aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/crow/json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crow/json.h b/include/crow/json.h
index d8dbace..7cec94f 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