range-v3-0.11.0

This commit is contained in:
Rmys
2021-09-24 12:00:04 +03:00
committed by GitHub
parent 76907e2135
commit 84334fc121
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Range algorithms, views, and actions for C++11/14/17</Summary>
<Description>Range-v3 is a generic library that augments the existing standard library with facilities for working with ranges. A range can be loosely thought of a pair of iterators. This library provides a full implementation of all the standard algorithms with range-based overloads for convenience.</Description>
<Archive sha1sum="57b20853b84602d7f021fe280bc56ca59b2a1ace" type="targz">https://github.com/ericniebler/range-v3/archive/0.10.0.tar.gz</Archive>
<Archive sha1sum="a49d6d541057d8601d70b5771567eb89832b50bf" type="targz">https://github.com/ericniebler/range-v3/archive/0.11.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -28,6 +28,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-09-24</Date>
<Version>0.11.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-03-18</Date>
<Version>0.10.0</Version>