Update of /cvsroot/boost/boost/boost/utility
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9859

Modified Files:
        value_init.hpp 
Log Message:
Fixed an ambiguity.

Index: value_init.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/utility/value_init.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- value_init.hpp      19 Aug 2004 15:19:13 -0000      1.3
+++ value_init.hpp      26 Jun 2006 01:58:38 -0000      1.4
@@ -40,7 +40,7 @@
 struct select_base
 {
   typedef typename
-    detail::if_true< ::boost::is_const<T>::value >
+    ::boost::detail::if_true< ::boost::is_const<T>::value >
       ::template then< const_T_base<T>, non_const_T_base<T> >::type type ;
 } ;
 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to