From baeb8cd5501db64c2b6c2714fc35d639abe44a4d Mon Sep 17 00:00:00 2001
From: jzmaddock
The C++ implementation fails to provide the
@@ -3829,6 +3830,18 @@
std::iterator
- class.
+ class. Note that post C++17, this macro is re-purposed to indicate
+ that std::iterator has been removed or deprecated.
+ BOOST_NO_CXX17_ITERATOR_TRAITS
+
+ The compiler does not support SFINAE-friendly std::iterator_traits
.
+
Last revised: July 21, 2017 at 18:08:20 GMT |
+Last revised: December 11, 2017 at 19:32:07 GMT |