diff options
author | Ebben Aries <slackbuilds@dscp.org> | 2022-06-17 23:02:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:10:00 +0700 |
commit | 2f0019de1bb231e6d6b50ae64cba8d411675d6a6 (patch) | |
tree | 9a361815a1f64f6219b6f37ca13ce64dad6205da /libraries/range-v3/slack-desc | |
parent | 3ae0863347199b10b9743a6f3053e9d1b5d97760 (diff) |
libraries/range-v3: Added (C++ Range Library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/range-v3/slack-desc')
-rw-r--r-- | libraries/range-v3/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/range-v3/slack-desc b/libraries/range-v3/slack-desc new file mode 100644 index 0000000000..b9deca3b7a --- /dev/null +++ b/libraries/range-v3/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +range-v3: range-v3 (C++ Range Library) +range-v3: +range-v3: Range library for C++14/17/20. This code was the basis of a formal +range-v3: proposal to add range support to the C++ standard library. That +range-v3: proposal evolved through a Technical Specification, and finally into +range-v3: P0896R4 "The One Ranges Proposal" which was merged into the C++20 +range-v3: working drafts in November 2018. +range-v3: +range-v3: +range-v3: Homepage: https://github.com/ericniebler/range-v3 +range-v3: |