Update of /cvsroot/boost/boost/boost/iostreams/detail
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19574/boost/iostreams/detail

Modified Files:
        resolve.hpp 
Log Message:
Added Kim Barrett's patches that merge the changes from 1.33.1 into cvs HEAD.

Index: resolve.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/iostreams/detail/resolve.hpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- resolve.hpp 21 May 2005 20:20:13 -0000      1.23
+++ resolve.hpp 26 May 2007 12:42:42 -0000      1.24
@@ -47,10 +47,7 @@
 struct resolve_traits {
     typedef typename 
             mpl::if_<
-                mpl::and_<
-                    boost::detail::is_incrementable<T>, // Must come first
-                    is_dereferenceable<T>               // for CW 9.[0-4]
-                >,
+                boost::detail::is_incrementable<T>,
                 output_iterator_adapter<Mode, Ch, T>,
                 const T&
             >::type type;
@@ -163,10 +160,7 @@
                 mode_adapter<Mode, T>,
                 is_iterator_range<T>,
                 range_adapter<Mode, T>,
-                mpl::and_<
-                    is_dereferenceable<T>,
-                    boost::detail::is_incrementable<T>
-                >,
+                is_dereferenceable<T>,
                 output_iterator_adapter<Mode, Ch, T>,
                 is_array<T>,
                 array_adapter<Mode, T>,


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to