Remove config_begin/config_end include pairs in tests to better emulate what warnings users will see.

This commit is contained in:
Ion Gaztañaga
2020-05-25 12:34:23 +02:00
parent e2bbd69831
commit 5c1fd38334
69 changed files with 25 additions and 269 deletions

View File

@@ -7,7 +7,6 @@
// See http://www.boost.org/libs/interprocess for documentation.
//
//////////////////////////////////////////////////////////////////////////////
#include <boost/interprocess/detail/config_begin.hpp>
#include "node_pool_test.hpp"
#include <boost/interprocess/allocators/detail/node_pool.hpp>
@@ -25,5 +24,3 @@ int main ()
return 0;
}
#include <boost/interprocess/detail/config_end.hpp>