mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +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
|
bool isString() const
|
||||||
{
|
{
|
||||||
return true;
|
return m_value.IsScalar();
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user