diff options
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 000000000000..b9deca3b7a92 --- /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: |