diff --git a/include/crow/json.h b/include/crow/json.h index d8dbace7f..7cec94fd6 100644 --- a/include/crow/json.h +++ b/include/crow/json.h @@ -238,9 +238,9 @@ namespace crow start_ = r.start_; end_ = r.end_; key_ = r.key_; - copy_l(r); t_ = r.t_; option_ = r.option_; + copy_l(r); return *this; } rvalue& operator = (rvalue&& r) noexcept