Update of /cvsroot/boost/boost/boost/iostreams/detail
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3406/boost/iostreams/detail
Modified Files:
Tag: RC_1_34_0
resolve.hpp
Log Message:
Applied Kim Barret's patches to bring the iostreams library into line with
133.1: http://svn.boost.org/trac/boost/ticket/971
Index: resolve.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/iostreams/detail/resolve.hpp,v
retrieving revision 1.23
retrieving revision 1.23.6.1
diff -u -d -r1.23 -r1.23.6.1
--- resolve.hpp 21 May 2005 20:20:13 -0000 1.23
+++ resolve.hpp 23 May 2007 08:27:29 -0000 1.23.6.1
@@ -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