mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Updated from core (emitter)
This commit is contained in:
@@ -30,7 +30,7 @@ namespace YAML
|
|||||||
|
|
||||||
// output
|
// output
|
||||||
const char *c_str() const;
|
const char *c_str() const;
|
||||||
unsigned size() const;
|
std::size_t size() const;
|
||||||
|
|
||||||
// state checking
|
// state checking
|
||||||
bool good() const;
|
bool good() const;
|
||||||
|
@@ -24,7 +24,7 @@ namespace YAML
|
|||||||
return m_stream.str();
|
return m_stream.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned Emitter::size() const
|
std::size_t Emitter::size() const
|
||||||
{
|
{
|
||||||
return m_stream.pos();
|
return m_stream.pos();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user