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