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

Modified Files:
      Tag: RC_1_34_0
        indirect_traits.hpp 
Log Message:
Fix typos.


Index: indirect_traits.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/detail/indirect_traits.hpp,v
retrieving revision 1.3.8.1
retrieving revision 1.3.8.2
diff -u -d -r1.3.8.1 -r1.3.8.2
--- indirect_traits.hpp 5 Oct 2006 13:50:47 -0000       1.3.8.1
+++ indirect_traits.hpp 6 Oct 2006 15:22:30 -0000       1.3.8.2
@@ -397,7 +397,7 @@
         );
     
     typedef mpl::bool_<value> type;
-}
+};
    
 template <class T>
 struct is_reference_to_pointer
@@ -408,7 +408,7 @@
 
 template <class T>
 struct is_reference_to_function_pointer
-    : mpl::eval_if<is_reference<T>, is_pointer_to_function_aux<T>, 
false_>::type
+y  : mpl::eval_if<is_reference<T>, is_pointer_to_function_aux<T>, 
mpl::false_>::type
 {
     BOOST_MPL_AUX_LAMBDA_SUPPORT(1,is_reference_to_function_pointer,(T))
 };


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to