Boost logo

Boost-Commit :

From: dwalker07_at_[hidden]
Date: 2007-08-29 15:54:14


Author: dlwalker
Date: 2007-08-29 15:54:14 EDT (Wed, 29 Aug 2007)
New Revision: 39062
URL: http://svn.boost.org/trac/boost/changeset/39062

Log:
Fixed comments listed in #766 that didn't match their described code
Text files modified:
   trunk/boost/integer.hpp | 2 +-
   trunk/boost/iostreams/detail/push.hpp | 4 ++--
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/boost/integer.hpp
==============================================================================
--- trunk/boost/integer.hpp (original)
+++ trunk/boost/integer.hpp 2007-08-29 15:54:14 EDT (Wed, 29 Aug 2007)
@@ -34,7 +34,7 @@
   template< int Category > struct int_least_helper {}; // default is empty
 
   // specializatons: 1=long, 2=int, 3=short, 4=signed char,
- // 6=unsigned long, 7=unsigned int, 8=unsigned short, 9=unsigned long
+ // 6=unsigned long, 7=unsigned int, 8=unsigned short, 9=unsigned char
   // no specializations for 0 and 5: requests for a type > long are in error
   template<> struct int_least_helper<1> { typedef long least; };
   template<> struct int_least_helper<2> { typedef int least; };

Modified: trunk/boost/iostreams/detail/push.hpp
==============================================================================
--- trunk/boost/iostreams/detail/push.hpp (original)
+++ trunk/boost/iostreams/detail/push.hpp 2007-08-29 15:54:14 EDT (Wed, 29 Aug 2007)
@@ -28,7 +28,7 @@
 #include <boost/type_traits/is_convertible.hpp>
 
 //
-// Macro: BOOST_IOSTREAMS_DEFINE_PUSH_CONSTRUCTOR(mode, name, helper).
+// Macro: BOOST_IOSTREAMS_DEFINE_PUSH_CONSTRUCTOR(name, mode, ch, helper).
 // Description: Defines overloads with name 'name' which forward to a function
 // 'helper' which takes a filter or devide by const reference.
 //
@@ -37,7 +37,7 @@
     /**/
 
 //
-// Macro: BOOST_IOSTREAMS_DEFINE_PUSH_CONSTRUCTOR(mode, name, helper).
+// Macro: BOOST_IOSTREAMS_DEFINE_PUSH(name, mode, ch, helper).
 // Description: Defines constructors which forward to a function
 // 'helper' which takes a filter or device by const reference.
 //


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