Skip to content
Snippets Groups Projects

F remove boost rdep

All threads resolved!
Merged
Timm Fitschenrequested to merge
f-remove-boost-rdep into dev
All threads resolved!
4 files
+ 24
27
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
5
@@ -147,11 +147,6 @@ public:
*/
auto operator=(JsonValue &&other) noexcept -> JsonValue &;
/**
* Return true if the `wrapped` object is the nullptr.
*/
inline auto IsNull() const -> bool { return this->wrapped == nullptr; }
/**
* Reset this object.
*
Loading