config_end.hpp 564 B

12345678910111213141516
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // (C) Copyright Ion Gaztanaga 2005-2012. Distributed under the Boost
  4. // Software License, Version 1.0. (See accompanying file
  5. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. //
  7. // See http://www.boost.org/libs/interprocess for documentation.
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. #if defined BOOST_MSVC
  11. #pragma warning (pop)
  12. #endif
  13. #if defined(BOOST_GCC) && (BOOST_GCC >= 40600)
  14. #pragma GCC diagnostic pop
  15. #endif