Don't Narrow String Literal to Bool
This isn't portable.
This commit is contained in:
@@ -70,7 +70,7 @@ std::vector< PpcwmaxRecord >::const_iterator Ppcwmax::end() const {
|
||||
}
|
||||
|
||||
Ppcwmax Ppcwmax::serializationTestObject() {
|
||||
return Ppcwmax({{45.0, "YES"}});
|
||||
return Ppcwmax({{45.0, true}});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user