Merge pull request #161 from Lastique/no_cxx17_std_iterator_traits

Add BOOST_NO_CXX17_ITERATOR_TRAITS macro.
This commit is contained in:
jzmaddock
2017-07-21 19:40:17 +01:00
committed by GitHub
20 changed files with 162 additions and 4 deletions
+1
View File
@@ -945,6 +945,7 @@ that are not yet supported by a particular compiler or library.
[[Macro ][Description ]]
[[`BOOST_NO_CXX17_STD_APPLY`][The compiler does not support `std::apply()`.]]
[[`BOOST_NO_CXX17_STD_INVOKE`][The compiler does not support `std::invoke()`.]]
[[`BOOST_NO_CXX17_ITERATOR_TRAITS`][The compiler does not support SFINAE-friendly `std::iterator_traits`.]]
]
[endsect]