Merge pull request #3575 from bska/fix-narrowing
Don't Narrow String Literal to Bool
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