mirror of
https://github.com/boostorg/serialization.git
synced 2026-07-22 13:43:39 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bfcdb2106 |
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user