Boost logo

Boost-Commit :

From: nielsdekker_at_[hidden]
Date: 2008-07-27 08:46:45


Author: niels_dekker
Date: 2008-07-27 08:46:45 EDT (Sun, 27 Jul 2008)
New Revision: 47840
URL: http://svn.boost.org/trac/boost/changeset/47840

Log:
Fixed comment in swap/test/specialized_in_boost_and_other.cpp

Text files modified:
   trunk/libs/utility/swap/test/specialized_in_boost_and_other.cpp | 18 +++++++++---------
   1 files changed, 9 insertions(+), 9 deletions(-)

Modified: trunk/libs/utility/swap/test/specialized_in_boost_and_other.cpp
==============================================================================
--- trunk/libs/utility/swap/test/specialized_in_boost_and_other.cpp (original)
+++ trunk/libs/utility/swap/test/specialized_in_boost_and_other.cpp 2008-07-27 08:46:45 EDT (Sun, 27 Jul 2008)
@@ -4,15 +4,15 @@
 // (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Tests whether two object in a namespace other than boost are properly
-// swapped, when both boost and the other namespace have a custom swap function
-// for their class. Note that it shouldn't be necessary for a class in an other
-// namespace to have a custom swap function in boost, because the boost::swap
-// utility should find the swap function in the other namespace, by argument
-// dependent lookup (ADL). Unfortunately ADL isn't fully implemented by some
-// specific compilers, including Intel C++ 8.1, MSVC 7.1, and Borland 5.9.3.
-// Users of those compilers might consider adding a swap overload to the boost
-// namespace.
+// Tests whether instances of a class from a namespace other than boost are
+// properly swapped, when both boost and the other namespace have a custom
+// swap function for that class. Note that it shouldn't be necessary for a class
+// in an other namespace to have a custom swap function in boost, because the
+// boost::swap utility should find the swap function in the other namespace, by
+// argument dependent lookup (ADL). Unfortunately ADL isn't fully implemented
+// by some specific compiler versions, including Intel C++ 8.1, MSVC 7.1, and
+// Borland 5.9.3. Users of those compilers might consider adding a swap overload
+// to the boost namespace.
 
 #include <boost/utility/swap.hpp>
 #define BOOST_INCLUDE_MAIN


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