mirror of
https://github.com/boostorg/stl_interfaces.git
synced 2026-01-19 04:42:12 +00:00
Include compiler support info in README and docs.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# iterator_facade
|
||||
|
||||
An updated C++20-friendly version of the iterator_facade part of Boost.Iterator, targeting standardization.
|
||||
An updated C++20-friendly version of the iterator_facade part of
|
||||
Boost.Iterator, targeting standardization. This library requires at least
|
||||
C++14.
|
||||
|
||||
In short, if you need to write an iterator, iterator_facade turns this:
|
||||
|
||||
|
||||
@@ -57,6 +57,16 @@
|
||||
[include tutorial.qbk]
|
||||
[include examples.qbk]
|
||||
|
||||
[section Compiler Support]
|
||||
|
||||
_Facade_ is written against the C++14 standard. It is targetting
|
||||
standardization, and the changes required to make it C++11-compatible were
|
||||
considered too great.
|
||||
|
||||
_Facade_ should work with any conforming C++14 compiler.
|
||||
|
||||
[endsect]
|
||||
|
||||
[xinclude iterator_facade_reference.xml]
|
||||
|
||||
[include rationale.qbk]
|
||||
|
||||
Reference in New Issue
Block a user