From 17f806e8a701d60740906a5f18feab01166772b2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 28 Nov 2003 15:35:21 +0000 Subject: [PATCH] _MSC_VER use clarified. [SVN r20992] --- include/boost/throw_exception.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/throw_exception.hpp b/include/boost/throw_exception.hpp index 97a2695..e30e238 100644 --- a/include/boost/throw_exception.hpp +++ b/include/boost/throw_exception.hpp @@ -1,6 +1,8 @@ #ifndef BOOST_THROW_EXCEPTION_HPP_INCLUDED #define BOOST_THROW_EXCEPTION_HPP_INCLUDED +// MS compatible compilers support #pragma once + #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif