We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86bde05 + 4f9682a commit 95ce941Copy full SHA for 95ce941
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