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 85344fd..fa6c411 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