forked from boostorg/type_traits
Removing a non-ascii character (i.e. a non-breaking space); fixes #8042.
[SVN r82830]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user