|
Boost-Commit : |
From: bdawes_at_[hidden]
Date: 2007-11-17 17:48:07
Author: bemandawes
Date: 2007-11-17 17:48:06 EST (Sat, 17 Nov 2007)
New Revision: 41187
URL: http://svn.boost.org/trac/boost/changeset/41187
Log:
Add or correct comment identifying Boost library this header is associated with.
Text files modified:
trunk/boost/pfto.hpp | 2 +-
trunk/boost/smart_cast.hpp | 2 +-
trunk/boost/state_saver.hpp | 2 +-
trunk/boost/strong_typedef.hpp | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/boost/pfto.hpp
==============================================================================
--- trunk/boost/pfto.hpp (original)
+++ trunk/boost/pfto.hpp 2007-11-17 17:48:06 EST (Sat, 17 Nov 2007)
@@ -15,7 +15,7 @@
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-// See http://www.boost.org for updates, documentation, and revision history.
+// See http://www.boost.org/libs/serialization for updates, documentation, and revision history.
// PFTO version is used to specify the last argument of certain functions
// Function it is used to support compilers that fail to support correct Partial
// Template Ordering
Modified: trunk/boost/smart_cast.hpp
==============================================================================
--- trunk/boost/smart_cast.hpp (original)
+++ trunk/boost/smart_cast.hpp 2007-11-17 17:48:06 EST (Sat, 17 Nov 2007)
@@ -14,7 +14,7 @@
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-// See http://www.boost.org for updates, documentation, and revision history.
+// See http://www.boost.org/libs/serialization for updates, documentation, and revision history.
// casting of pointers and references.
Modified: trunk/boost/state_saver.hpp
==============================================================================
--- trunk/boost/state_saver.hpp (original)
+++ trunk/boost/state_saver.hpp 2007-11-17 17:48:06 EST (Sat, 17 Nov 2007)
@@ -14,7 +14,7 @@
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-// See http://www.boost.org for updates, documentation, and revision history.
+// See http://www.boost.org/libs/serialization for updates, documentation, and revision history.
// Inspired by Daryle Walker's iostate_saver concept. This saves the original
// value of a variable when a state_saver is constructed and restores
Modified: trunk/boost/strong_typedef.hpp
==============================================================================
--- trunk/boost/strong_typedef.hpp (original)
+++ trunk/boost/strong_typedef.hpp 2007-11-17 17:48:06 EST (Sat, 17 Nov 2007)
@@ -14,7 +14,7 @@
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-// See http://www.boost.org for updates, documentation, and revision history.
+// See http://www.boost.org/libs/serialization for updates, documentation, and revision history.
// macro used to implement a strong typedef. strong typedef
// guarentees that two types are distinguised even though the
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