Include compiler support info in README and docs.

This commit is contained in:
Zach Laine
2019-08-11 10:11:26 -05:00
parent afe46b18e3
commit a74fed27a0
2 changed files with 13 additions and 1 deletions

View File

@@ -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:

View File

@@ -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]