Fixes #136 ("List of non BOOST-prefixed macros")

This commit is contained in:
Ion Gaztañaga
2019-12-19 05:29:46 +01:00
parent dd158987e6
commit 27c1fea452
9 changed files with 56 additions and 64 deletions
-4
View File
@@ -7,8 +7,6 @@
// See http://www.boost.org/libs/container for documentation.
//
//////////////////////////////////////////////////////////////////////////////
#include <boost/container/detail/config_begin.hpp>
#include <vector>
#include <boost/container/flat_map.hpp>
@@ -834,5 +832,3 @@ int main()
return 0;
}
#include <boost/container/detail/config_end.hpp>