Skip to content
Snippets Groups Projects

Release 0.2.0

Closed Timm Fitschen requested to merge release-0.2.0 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -137,7 +137,7 @@ public:
*
* Also moves the `wrapped` object.
*/
JsonValue(JsonValue &&other) noexcept ;
JsonValue(JsonValue &&other) noexcept;
/**
* Move Assigment.
Loading