Skip to content

Commit

Permalink
fix minor bug in default argument of 'Node::to_string_stream' (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjrc committed Nov 24, 2020
1 parent 6bcaf72 commit 8bc6de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/conduit/conduit_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3497,7 +3497,7 @@ class CONDUIT_API Node
const std::string &eoe="\n") const;

void to_string_stream(const std::string &stream_path,
const std::string &protocol="json",
const std::string &protocol="yaml",
index_t indent=2,
index_t depth=0,
const std::string &pad=" ",
Expand Down

0 comments on commit 8bc6de7

Please sign in to comment.