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

Modified Files:
      Tag: RC_1_34_0
        optional.hpp 
Log Message:
Disambiguated certain constructs.

Index: optional.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/optional/optional.hpp,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- optional.hpp        10 Feb 2006 20:52:25 -0000      1.9
+++ optional.hpp        8 Jun 2006 01:39:40 -0000       1.9.2.1
@@ -133,7 +133,7 @@
 {
   private :
 
-    typedef BOOST_DEDUCED_TYPENAME detail::make_reference_content<T>::type 
internal_type ;
+    typedef BOOST_DEDUCED_TYPENAME 
::boost::detail::make_reference_content<T>::type internal_type ;
 
     typedef aligned_storage<internal_type> storage_type ;
 



_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to