Skip to content

Commit

Permalink
Merge branch 'domire8-fix/yaml-cpp-adapter'
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpenman committed Dec 14, 2023
2 parents 9de00d7 + afc92d5 commit 0b4771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/valijson/adapters/yaml_cpp_adapter.hpp
Expand Up @@ -433,7 +433,7 @@ class YamlCppValue

bool isString() const
{
return true;
return m_value.IsScalar();
}

private:
Expand Down

0 comments on commit 0b4771e

Please sign in to comment.