Compare commits

...

1 Commits

Author SHA1 Message Date
Peter Dimov 9bfcdb2106 Remove explicit check for <forward_list> 2016-11-10 14:44:08 +02:00
2 changed files with 0 additions and 6 deletions
@@ -17,9 +17,6 @@
// See http://www.boost.org for updates, documentation, and revision history.
#include <boost/config.hpp>
#ifdef BOOST_NO_CXX11_HDR_FORWARD_LIST
#error "This header depends upon the existence of <forward_list>
#endif
#include <forward_list>
#include <iterator> // distance
-3
View File
@@ -18,9 +18,6 @@ namespace std{
#endif
#include <boost/config.hpp>
#ifdef BOOST_NO_CXX11_HDR_FORWARD_LIST
#error This test presumes support for <forward_list>
#endif
#include <boost/serialization/forward_list.hpp>
#include <boost/archive/archive_exception.hpp>