mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-01-31 06:26:57 +00:00
Small perfomance optimization in Directives and Tag methods (#1112)
This commit is contained in:
@@ -19,7 +19,7 @@ struct Version {
|
||||
struct Directives {
|
||||
Directives();
|
||||
|
||||
const std::string TranslateTagHandle(const std::string& handle) const;
|
||||
std::string TranslateTagHandle(const std::string& handle) const;
|
||||
|
||||
Version version;
|
||||
std::map<std::string, std::string> tags;
|
||||
|
||||
Reference in New Issue
Block a user