diff --git a/include/boost/iterator/iterator_facade.hpp b/include/boost/iterator/iterator_facade.hpp index 4b19977..e3657e5 100644 --- a/include/boost/iterator/iterator_facade.hpp +++ b/include/boost/iterator/iterator_facade.hpp @@ -164,14 +164,14 @@ namespace iterators { template struct is_not_writable_postfix_increment_dereference_proxy : - public boost::true_type + public std::true_type {}; template struct is_not_writable_postfix_increment_dereference_proxy< writable_postfix_increment_dereference_proxy > : - public boost::false_type + public std::false_type {}; template