mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug
This commit is contained in:
@@ -38,11 +38,6 @@ namespace YAML
|
||||
out << "\"\n";
|
||||
}
|
||||
|
||||
CONTENT_TYPE Scalar::GetType() const
|
||||
{
|
||||
return CT_SCALAR;
|
||||
}
|
||||
|
||||
void Scalar::Read(std::string& s)
|
||||
{
|
||||
s = m_data;
|
||||
|
Reference in New Issue
Block a user