adjustments to tests of <forward_list>

This commit is contained in:
Robert Ramey
2016-11-02 11:03:20 -07:00
parent 8e26bc59db
commit fe8b390588
5 changed files with 18 additions and 77 deletions

View File

@@ -18,7 +18,7 @@
#include <boost/config.hpp>
#ifdef BOOST_NO_CXX11_HDR_FORWARD_LIST
#error "not supported for versions earlier than c++11
#error "This header depends upon the existence of <forward_list>
#endif
#include <forward_list>