summaryrefslogtreecommitdiff
path: root/boost/parameter/aux_/unwrap_cv_reference.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/parameter/aux_/unwrap_cv_reference.hpp')
-rw-r--r--[-rwxr-xr-x]boost/parameter/aux_/unwrap_cv_reference.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/boost/parameter/aux_/unwrap_cv_reference.hpp b/boost/parameter/aux_/unwrap_cv_reference.hpp
index e7aa0c1d3a..b6c263f232 100755..100644
--- a/boost/parameter/aux_/unwrap_cv_reference.hpp
+++ b/boost/parameter/aux_/unwrap_cv_reference.hpp
@@ -44,12 +44,6 @@ struct is_cv_reference_wrapper
value> type;
};
-#if BOOST_WORKAROUND(MSVC, == 1200)
-template <>
-struct is_cv_reference_wrapper<int>
- : mpl::false_ {};
-#endif
-
// Needed for unwrap_cv_reference below. T might be const, so
// eval_if might fail because of deriving from T const on EDG.
template <class T>