From 848c11831e17009ea443e1d519bc18626b86a79e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 31 Oct 2005 13:29:56 +0000 Subject: [PATCH] Re-enable broken compiler workarounds (they cause regressions if not present). [SVN r31512] --- include/boost/range/value_type.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/range/value_type.hpp b/include/boost/range/value_type.hpp index 8b21075..2072d62 100755 --- a/include/boost/range/value_type.hpp +++ b/include/boost/range/value_type.hpp @@ -18,9 +18,9 @@ #include #include -//#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION -//#include -//#else +#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION +#include +#else #include @@ -141,6 +141,6 @@ namespace boost } // namespace boost */ -//#endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION +#endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION #endif