summaryrefslogtreecommitdiff
path: root/boost/container/detail/function_detector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/function_detector.hpp')
-rw-r--r--boost/container/detail/function_detector.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/container/detail/function_detector.hpp b/boost/container/detail/function_detector.hpp
index 5a5f6fd77d..242eb41352 100644
--- a/boost/container/detail/function_detector.hpp
+++ b/boost/container/detail/function_detector.hpp
@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2009-2012.
+// (C) Copyright Ion Gaztanaga 2009-2013.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
@@ -22,6 +22,10 @@
#ifndef BOOST_CONTAINER_DETAIL_FUNCTION_DETECTOR_HPP
#define BOOST_CONTAINER_DETAIL_FUNCTION_DETECTOR_HPP
+#if defined(_MSC_VER)
+# pragma once
+#endif
+
#include <boost/container/detail/config_begin.hpp>
namespace boost {