mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Changed Emitter::size() to return std::size_t instead of unsigned
This commit is contained in:
@@ -30,7 +30,7 @@ namespace YAML
|
||||
|
||||
// output
|
||||
const char *c_str() const;
|
||||
unsigned size() const;
|
||||
std::size_t size() const;
|
||||
|
||||
// state checking
|
||||
bool good() const;
|
||||
|
Reference in New Issue
Block a user