From e7185c29669adb6f74bdc7532ddcc7abf65b3ac5 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 11 Oct 2013 23:22:36 +0000 Subject: [PATCH] Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION These evaded scripting. [SVN r86249] --- include/boost/range/iterator.hpp | 2 -- include/boost/range/value_type.hpp | 4 ---- 2 files changed, 6 deletions(-) diff --git a/include/boost/range/iterator.hpp b/include/boost/range/iterator.hpp index 40c4914..2966bdf 100644 --- a/include/boost/range/iterator.hpp +++ b/include/boost/range/iterator.hpp @@ -67,6 +67,4 @@ namespace boost } // namespace boost -//#endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION - #endif diff --git a/include/boost/range/value_type.hpp b/include/boost/range/value_type.hpp index 4a67d05..5a3187e 100644 --- a/include/boost/range/value_type.hpp +++ b/include/boost/range/value_type.hpp @@ -18,10 +18,6 @@ #include #include -//#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION -//#include -//#else - #include namespace boost