mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 10:13:51 +01:00
Merge branch 'domire8-fix/yaml-cpp-adapter'
This commit is contained in:
commit
0b4771e273
@ -433,7 +433,7 @@ class YamlCppValue
|
||||
|
||||
bool isString() const
|
||||
{
|
||||
return true;
|
||||
return m_value.IsScalar();
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user