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

Modified Files:
      Tag: RC_1_34_0
        functional.hpp 
Log Message:
used new license reference text, removed tabs

Index: functional.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/tr1/functional.hpp,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- functional.hpp      20 Feb 2006 13:50:23 -0000      1.4
+++ functional.hpp      17 Jul 2006 03:34:04 -0000      1.4.2.1
@@ -1,7 +1,8 @@
-//  (C) Copyright John Maddock 2005.
-//  Use, modification and distribution are subject to the
-//  Boost Software License, Version 1.0. (See accompanying file
-//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//          (C) Copyright John Maddock 2005.
+
+// Distributed under the Boost Software License, Version 1.0.
+//     (See accompanying file LICENSE_1_0.txt or copy at
+//           http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_TR1_FUNCTIONAL_HPP_INCLUDED
 #  define BOOST_TR1_FUNCTIONAL_HPP_INCLUDED
@@ -99,8 +100,8 @@
 #include <boost/detail/workaround.hpp>
 
 #if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x570)) \
-       && !BOOST_WORKAROUND(BOOST_MSVC, < 1310) \
-       && !defined(BOOST_FUNCTION_NO_FUNCTION_TYPE_SYNTAX)
+    && !BOOST_WORKAROUND(BOOST_MSVC, < 1310) \
+    && !defined(BOOST_FUNCTION_NO_FUNCTION_TYPE_SYNTAX)
 namespace std{ namespace tr1{
 
    using ::boost::bad_function_call;



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