From: Nelson, E. - 2 <eri...@ba...> - 2010-06-03 15:51:45
|
Fernando Pelliccioni wrote: > Why not do > if ( ! boost::iequals(parts.scheme.substr(0, 5), "https") ) > instead of > if ( not boost::iequals(parts.scheme.substr(0, 5), "https") ) I prefer the second way- it's more expressive and it's standards-compliant. This is a bug in the Microsoft compiler. Erik |