mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
More useful error messages.
Applied the patch given in jbeder/yaml-cpp#200 with the correct code style.
This commit is contained in:
@@ -48,7 +48,7 @@ class NodeBuilder : public EventHandler {
|
||||
virtual void OnMapEnd();
|
||||
|
||||
private:
|
||||
detail::node& Push(anchor_t anchor);
|
||||
detail::node& Push(const Mark& mark, anchor_t anchor);
|
||||
void Push(detail::node& node);
|
||||
void Pop();
|
||||
void RegisterAnchor(anchor_t anchor, detail::node& node);
|
||||
|
Reference in New Issue
Block a user