Update of /cvsroot/boost/boost/libs/bind/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23337

Modified Files:
        bind_placeholder_test.cpp 
Log Message:
g

Index: bind_placeholder_test.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/bind/test/bind_placeholder_test.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bind_placeholder_test.cpp   6 Jul 2006 13:47:26 -0000       1.1
+++ bind_placeholder_test.cpp   7 Jul 2006 19:09:16 -0000       1.2
@@ -43,11 +43,16 @@
 {
 };
 
-template< int I > struct boost::is_placeholder< custom_placeholder< I > >
+namespace boost
+{
+
+template< int I > struct is_placeholder< custom_placeholder< I > >
 {
     enum { value = I };
 };
 
+} // namespace boost
+
 int main()
 {
     int const x1 = 1;


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