summaryrefslogtreecommitdiffstats
path: root/libraries/range-v3/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/range-v3/README')
-rw-r--r--libraries/range-v3/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/range-v3/README b/libraries/range-v3/README
new file mode 100644
index 0000000000..bcf2dece03
--- /dev/null
+++ b/libraries/range-v3/README
@@ -0,0 +1,5 @@
+Range library for C++14/17/20. This code was the basis of a formal
+proposal to add range support to the C++ standard library. That proposal
+evolved through a Technical Specification, and finally into P0896R4 "The
+One Ranges Proposal" which was merged into the C++20 working drafts in
+November 2018.