Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / intrusive / detail / assert.hpp
index 33de97f..d75d225 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 //
-// (C) Copyright Ion Gaztanaga  2006-2012
+// (C) Copyright Ion Gaztanaga  2006-2013
 //
 // Distributed under the Boost Software License, Version 1.0.
 //    (See accompanying file LICENSE_1_0.txt or copy at
@@ -13,7 +13,7 @@
 #ifndef BOOST_INTRUSIVE_DETAIL_ASSERT_HPP
 #define BOOST_INTRUSIVE_DETAIL_ASSERT_HPP
 
-#if defined(_MSC_VER)&&(_MSC_VER>=1200)
+#if defined(_MSC_VER)
 #pragma once
 #endif