Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / range / test / algorithm_test / replace_copy.cpp
index 6ae12e2..5629856 100644 (file)
@@ -38,7 +38,8 @@ namespace
         typedef typename boost::range_value<Container>::type value_type;
         std::vector<value_type> reference;
 
-        typedef BOOST_DEDUCED_TYPENAME std::vector<value_type>::iterator iterator_t;
+        typedef BOOST_DEDUCED_TYPENAME std::vector<value_type>::iterator
+                                            iterator_t BOOST_RANGE_UNUSED;
 
         test_append(
             std::replace_copy(c.begin(), c.end(),