Fix an operator precedence mistake in valarray.unary/not.pass.cpp. This one was sneaky - the test happened to be passing, but totally by accident.
You can thank MSVC warning C4805 "'==': unsafe mix of type 'bool' and type 'T' in operation" for this one.