[pkg-boost-commits] r13970 - boost/trunk/boost/tuple/detail

Domenico Andreoli cavok at costa.debian.org
Fri May 19 16:11:26 UTC 2006


Author: cavok
Date: 2006-05-19 16:11:25 +0000 (Fri, 19 May 2006)
New Revision: 13970

Modified:
   boost/trunk/boost/tuple/detail/tuple_basic.hpp
Log:
removed useless ignore_unused_variable_warning

Modified: boost/trunk/boost/tuple/detail/tuple_basic.hpp
===================================================================
--- boost/trunk/boost/tuple/detail/tuple_basic.hpp	2006-05-19 08:25:53 UTC (rev 13969)
+++ boost/trunk/boost/tuple/detail/tuple_basic.hpp	2006-05-19 16:11:25 UTC (rev 13970)
@@ -32,7 +32,6 @@
 #ifndef BOOST_TUPLE_BASIC_HPP
 #define BOOST_TUPLE_BASIC_HPP
 
-#include <boost/concept_check.hpp>
 
 #include <utility> // needed for the assignment from pair to tuple
 
@@ -367,7 +366,7 @@
         T6& t6, T7& t7, T8& t8, T9& t9, T10& t10 )
     : head (),
       tail (t2, t3, t4, t5, t6, t7, t8, t9, t10, detail::cnull())
-      { boost::ignore_unused_variable_warning(t1); }
+      {}
 
 
   template <class HT2, class TT2>




More information about the pkg-boost-commits mailing list