boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 92 forks source link

Fix MSVC warning #4

Closed MarcelRaad closed 9 years ago

MarcelRaad commented 10 years ago

warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) Fixed by explicitly comparing the return value of isspace to zero.