diff --git a/include/crow/json.h b/include/crow/json.h index 85344fd8b..fa6c411dd 100644 --- a/include/crow/json.h +++ b/include/crow/json.h @@ -249,10 +249,10 @@ namespace crow start_ = r.start_; end_ = r.end_; key_ = r.key_; - copy_l(r); t_ = r.t_; nt_ = r.nt_; option_ = r.option_; + copy_l(r); return *this; } rvalue& operator = (rvalue&& r) noexcept