We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bde05 commit 4f9682aCopy full SHA for 4f9682a
include/jsoncons/json_options.hpp
@@ -365,7 +365,7 @@ class basic_json_encode_options : public virtual basic_json_options_common<CharT
365
line_length_limit_(other.line_length_limit_),
366
new_line_chars_(std::move(other.new_line_chars_)),
367
after_key_chars_(std::move(other.after_key_chars_)),
368
- indent_chars_(std::move(other.indent_chars))
+ indent_chars_(std::move(other.indent_chars_))
369
{
370
}
371
protected:
0 commit comments