You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using default implementations of trivial constructors
removed the move constructor/assignment from json::value, it was broken on modern compilers
and was also a bit deceiving since it was never cheap to move a json::value, it was
always effectively just a copy. So there was no gain in having it.
0 commit comments