disable_warnings_pop.hpp 371 B

123456789101112
  1. // disable_warnings_pop.hpp ----------------------------------------------------------//
  2. // Copyright Beman Dawes 2011
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // See http://www.boost.org/LICENSE_1_0.txt
  5. //--------------------------------------------------------------------------------------//
  6. #ifdef _MSC_VER
  7. # pragma warning(pop)
  8. #endif