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

Modified Files:
        error_code.hpp 
Log Message:
move identifier to namespace detail

Index: error_code.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/system/error_code.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- error_code.hpp      3 Nov 2006 16:57:29 -0000       1.1
+++ error_code.hpp      13 Nov 2006 22:11:30 -0000      1.2
@@ -40,13 +40,14 @@
 
     //  class error_category  
------------------------------------------------//
 
-    class BOOST_SYSTEM_DECL error_category : public identifier< 
uint_least32_t, error_category >
+    class BOOST_SYSTEM_DECL error_category
+      : public boost::detail::identifier< uint_least32_t, error_category >
     {
     public:
       error_category()
-        : boost::identifier< uint_least32_t, error_category >(0){}
+        : boost::detail::identifier< uint_least32_t, error_category >(0){}
       explicit error_category( value_type v )
-        : boost::identifier< uint_least32_t, error_category >(v){}
+        : boost::detail::identifier< uint_least32_t, error_category >(v){}
     };
 
     //  predefined error categories  
-----------------------------------------//


-------------------------------------------------------------------------
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