Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-03 14:51:17


Author: danieljames
Date: 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
New Revision: 41655
URL: http://svn.boost.org/trac/boost/changeset/41655

Log:
Fix several links in comments in header files.
Text files modified:
   branches/fix-links/boost/archive/detail/auto_link_archive.hpp | 2 +-
   branches/fix-links/boost/archive/detail/auto_link_warchive.hpp | 2 +-
   branches/fix-links/boost/archive/detail/basic_config.hpp | 2 +-
   branches/fix-links/boost/archive/detail/decl.hpp | 2 +-
   branches/fix-links/boost/config/select_compiler_config.hpp | 2 +-
   branches/fix-links/boost/filesystem/config.hpp | 2 +-
   branches/fix-links/boost/filesystem/path.hpp | 2 +-
   branches/fix-links/boost/iostreams/detail/config/auto_link.hpp | 2 +-
   branches/fix-links/boost/iostreams/detail/config/bzip2.hpp | 2 +-
   branches/fix-links/boost/iostreams/detail/config/dyn_link.hpp | 2 +-
   branches/fix-links/boost/iostreams/detail/config/gcc.hpp | 2 +-
   branches/fix-links/boost/iostreams/detail/config/overload_resolution.hpp | 2 +-
   branches/fix-links/boost/iostreams/detail/config/wide_streams.hpp | 2 +-
   branches/fix-links/boost/iostreams/detail/config/zlib.hpp | 2 +-
   branches/fix-links/boost/serialization/config.hpp | 2 +-
   branches/fix-links/boost/system/system_error.hpp | 2 +-
   16 files changed, 16 insertions(+), 16 deletions(-)

Modified: branches/fix-links/boost/archive/detail/auto_link_archive.hpp
==============================================================================
--- branches/fix-links/boost/archive/detail/auto_link_archive.hpp (original)
+++ branches/fix-links/boost/archive/detail/auto_link_archive.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -19,7 +19,7 @@
 //----------------------------------------------------------------------------//
 
 // This header implements separate compilation features as described in
-// http://www.boost.org/more/separate_compilation.html
+// http://beta.boost.org/development/separate_compilation.html
 
 // enable automatic library variant selection ------------------------------//
 

Modified: branches/fix-links/boost/archive/detail/auto_link_warchive.hpp
==============================================================================
--- branches/fix-links/boost/archive/detail/auto_link_warchive.hpp (original)
+++ branches/fix-links/boost/archive/detail/auto_link_warchive.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -19,7 +19,7 @@
 //----------------------------------------------------------------------------//
 
 // This header implements separate compilation features as described in
-// http://www.boost.org/more/separate_compilation.html
+// http://beta.boost.org/development/separate_compilation.html
 
 // enable automatic library variant selection ------------------------------//
 

Modified: branches/fix-links/boost/archive/detail/basic_config.hpp
==============================================================================
--- branches/fix-links/boost/archive/detail/basic_config.hpp (original)
+++ branches/fix-links/boost/archive/detail/basic_config.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -18,7 +18,7 @@
 //----------------------------------------------------------------------------//
 
 // This header implements separate compilation features as described in
-// http://www.boost.org/more/separate_compilation.html
+// http://beta.boost.org/development/separate_compilation.html
 
 #include <boost/config.hpp>
 

Modified: branches/fix-links/boost/archive/detail/decl.hpp
==============================================================================
--- branches/fix-links/boost/archive/detail/decl.hpp (original)
+++ branches/fix-links/boost/archive/detail/decl.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -19,7 +19,7 @@
 //----------------------------------------------------------------------------//
 
 // This header implements separate compilation features as described in
-// http://www.boost.org/more/separate_compilation.html
+// http://beta.boost.org/development/separate_compilation.html
 
 #include <boost/config.hpp>
 #include <boost/preprocessor/facilities/empty.hpp>

Modified: branches/fix-links/boost/config/select_compiler_config.hpp
==============================================================================
--- branches/fix-links/boost/config/select_compiler_config.hpp (original)
+++ branches/fix-links/boost/config/select_compiler_config.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -110,6 +110,6 @@
 #elif defined (BOOST_ASSERT_CONFIG)
 // this must come last - generate an error if we don't
 // recognise the compiler:
-# error "Unknown compiler - please configure (http://www.boost.org/libs/config/config.htm#configuring) and report the results to the main boost mailing list (http://www.boost.org/more/mailing_lists.htm#main)"
+# error "Unknown compiler - please configure (http://www.boost.org/libs/config/config.htm#configuring) and report the results to the main boost mailing list (http://beta.boost.org/community/groups.html#main)"
 
 #endif

Modified: branches/fix-links/boost/filesystem/config.hpp
==============================================================================
--- branches/fix-links/boost/filesystem/config.hpp (original)
+++ branches/fix-links/boost/filesystem/config.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -20,7 +20,7 @@
 #endif
 
 // This header implements separate compilation features as described in
-// http://www.boost.org/more/separate_compilation.html
+// http://beta.boost.org/development/separate_compilation.html
 
 #include <boost/config.hpp>
 #include <boost/detail/workaround.hpp>

Modified: branches/fix-links/boost/filesystem/path.hpp
==============================================================================
--- branches/fix-links/boost/filesystem/path.hpp (original)
+++ branches/fix-links/boost/filesystem/path.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -618,7 +618,7 @@
     template<class Path>
     class basic_filesystem_error : public system::system_error
     {
- // see http://www.boost.org/more/error_handling.html for design rationale
+ // see http://beta.boost.org/community/error_handling.html for design rationale
     public:
       // compiler generates copy constructor and copy assignment
 

Modified: branches/fix-links/boost/iostreams/detail/config/auto_link.hpp
==============================================================================
--- branches/fix-links/boost/iostreams/detail/config/auto_link.hpp (original)
+++ branches/fix-links/boost/iostreams/detail/config/auto_link.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -5,7 +5,7 @@
 // See http://www.boost.org/libs/iostreams for documentation.
 
 // Adapted from <boost/config/auto_link.hpp> and from
-// http://www.boost.org/more/separate_compilation.html, by John Maddock.
+// http://beta.boost.org/development/separate_compilation.html, by John Maddock.
 
 #ifndef BOOST_IOSTREAMS_DETAIL_AUTO_LINK_HPP_INCLUDED
 #define BOOST_IOSTREAMS_DETAIL_AUTO_LINK_HPP_INCLUDED

Modified: branches/fix-links/boost/iostreams/detail/config/bzip2.hpp
==============================================================================
--- branches/fix-links/boost/iostreams/detail/config/bzip2.hpp (original)
+++ branches/fix-links/boost/iostreams/detail/config/bzip2.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -5,7 +5,7 @@
 // See http://www.boost.org/libs/iostreams for documentation.
 
 // Adapted from <boost/config/auto_link.hpp> and from
-// http://www.boost.org/more/separate_compilation.html, by John Maddock.
+// http://beta.boost.org/development/separate_compilation.html, by John Maddock.
 
 #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_BZIP2_HPP_INCLUDED
 #define BOOST_IOSTREAMS_DETAIL_CONFIG_BZIP2_HPP_INCLUDED

Modified: branches/fix-links/boost/iostreams/detail/config/dyn_link.hpp
==============================================================================
--- branches/fix-links/boost/iostreams/detail/config/dyn_link.hpp (original)
+++ branches/fix-links/boost/iostreams/detail/config/dyn_link.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -4,7 +4,7 @@
 
 // See http://www.boost.org/libs/iostreams for documentation.
 
-// Adapted from http://www.boost.org/more/separate_compilation.html, by
+// Adapted from http://beta.boost.org/development/separate_compilation.html, by
 // John Maddock.
 
 #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_DYN_LINK_HPP_INCLUDED

Modified: branches/fix-links/boost/iostreams/detail/config/gcc.hpp
==============================================================================
--- branches/fix-links/boost/iostreams/detail/config/gcc.hpp (original)
+++ branches/fix-links/boost/iostreams/detail/config/gcc.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -5,7 +5,7 @@
 // See http://www.boost.org/libs/iostreams for documentation.
 
 // Adapted from <boost/config/auto_link.hpp> and from
-// http://www.boost.org/more/separate_compilation.html, by John Maddock.
+// http://beta.boost.org/development/separate_compilation.html, by John Maddock.
 
 #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_GCC_HPP_INCLUDED
 #define BOOST_IOSTREAMS_DETAIL_CONFIG_GCC_HPP_INCLUDED

Modified: branches/fix-links/boost/iostreams/detail/config/overload_resolution.hpp
==============================================================================
--- branches/fix-links/boost/iostreams/detail/config/overload_resolution.hpp (original)
+++ branches/fix-links/boost/iostreams/detail/config/overload_resolution.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -5,7 +5,7 @@
 // See http://www.boost.org/libs/iostreams for documentation.
 
 // Adapted from <boost/config/auto_link.hpp> and from
-// http://www.boost.org/more/separate_compilation.html, by John Maddock.
+// http://beta.boost.org/development/separate_compilation.html, by John Maddock.
 
 #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_BROKEN_OVERLOAD_RESOLUTION_HPP_INCLUDED
 #define BOOST_IOSTREAMS_DETAIL_CONFIG_BROKEN_OVERLOAD_RESOLUTION_HPP_INCLUDED

Modified: branches/fix-links/boost/iostreams/detail/config/wide_streams.hpp
==============================================================================
--- branches/fix-links/boost/iostreams/detail/config/wide_streams.hpp (original)
+++ branches/fix-links/boost/iostreams/detail/config/wide_streams.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -4,7 +4,7 @@
 
 // See http://www.boost.org/libs/iostreams for documentation.
 
-// Adapted from http://www.boost.org/more/separate_compilation.html, by
+// Adapted from http://beta.boost.org/development/separate_compilation.html, by
 // John Maddock.
 
 #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_WIDE_STREAMS_HPP_INCLUDED

Modified: branches/fix-links/boost/iostreams/detail/config/zlib.hpp
==============================================================================
--- branches/fix-links/boost/iostreams/detail/config/zlib.hpp (original)
+++ branches/fix-links/boost/iostreams/detail/config/zlib.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -5,7 +5,7 @@
 // See http://www.boost.org/libs/iostreams for documentation.
 
 // Adapted from <boost/config/auto_link.hpp> and from
-// http://www.boost.org/more/separate_compilation.html, by John Maddock.
+// http://beta.boost.org/development/separate_compilation.html, by John Maddock.
 
 #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_ZLIB_HPP_INCLUDED
 #define BOOST_IOSTREAMS_DETAIL_CONFIG_ZLIB_HPP_INCLUDED

Modified: branches/fix-links/boost/serialization/config.hpp
==============================================================================
--- branches/fix-links/boost/serialization/config.hpp (original)
+++ branches/fix-links/boost/serialization/config.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -18,7 +18,7 @@
 //----------------------------------------------------------------------------//
 
 // This header implements separate compilation features as described in
-// http://www.boost.org/more/separate_compilation.html
+// http://beta.boost.org/development/separate_compilation.html
 
 #include <boost/config.hpp>
 #include <boost/detail/workaround.hpp>

Modified: branches/fix-links/boost/system/system_error.hpp
==============================================================================
--- branches/fix-links/boost/system/system_error.hpp (original)
+++ branches/fix-links/boost/system/system_error.hpp 2007-12-03 14:51:15 EST (Mon, 03 Dec 2007)
@@ -45,7 +45,7 @@
     // implementation ------------------------------------------------------//
 
     inline const char * system_error::what() const throw()
- // see http://www.boost.org/more/error_handling.html for lazy build rationale
+ // see http://beta.boost.org/community/error_handling.html for lazy build rationale
     {
       if ( m_what.empty() )
       {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk