Remove detail/config_begin|config_end includes from examples as they hide useful warnings

This commit is contained in:
Ion Gaztañaga
2021-08-24 14:55:55 +02:00
parent 4f0b3c2c93
commit 4aebafe6e4
49 changed files with 97 additions and 97 deletions

View File

@@ -7,7 +7,7 @@
// See http://www.boost.org/libs/interprocess for documentation.
//
//////////////////////////////////////////////////////////////////////////////
#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#if defined(BOOST_INTERPROCESS_XSI_SHARED_MEMORY_OBJECTS) || defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED)
@@ -92,4 +92,4 @@ int main()
#endif //BOOST_INTERPROCESS_XSI_SHARED_MEMORY_OBJECTS
#include <boost/interprocess/detail/config_end.hpp>