Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82830 - trunk/boost/type_traits/detail
From: mimomorin_at_[hidden]
Date: 2013-02-12 10:29:39


Author: michel
Date: 2013-02-12 10:29:39 EST (Tue, 12 Feb 2013)
New Revision: 82830
URL: http://svn.boost.org/trac/boost/changeset/82830

Log:
Removing a non-ascii character (i.e. a non-breaking space); fixes #8042.
Text files modified:
   trunk/boost/type_traits/detail/has_binary_operator.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/type_traits/detail/has_binary_operator.hpp
==============================================================================
--- trunk/boost/type_traits/detail/has_binary_operator.hpp (original)
+++ trunk/boost/type_traits/detail/has_binary_operator.hpp 2013-02-12 10:29:39 EST (Tue, 12 Feb 2013)
@@ -31,7 +31,7 @@
 // msvc:
 // warning C4018: '<' : signed/unsigned mismatch
 // warning C4244: '+=' : conversion from 'double' to 'char', possible loss of data
-// warning C4547: '*' : operator before comma has no effect; expected operator with side-effect
+// warning C4547: '*' : operator before comma has no effect; expected operator with side-effect
 // warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
 // warning C4804: '<' : unsafe use of type 'bool' in operation
 // warning C4805: '==' : unsafe mix of type 'bool' and type 'char' in operation


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