mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-10-27 22:41:21 +00:00
Updated from core (emitter)
This commit is contained in:
@@ -24,7 +24,7 @@ namespace YAML
|
||||
return m_stream.str();
|
||||
}
|
||||
|
||||
unsigned Emitter::size() const
|
||||
std::size_t Emitter::size() const
|
||||
{
|
||||
return m_stream.pos();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user