Unique pointer multiple deletes
Archived 9 months ago
Z
zenz
Moderator
Utilising std::move to move my object into a new one being created. The object is a struct holding 2 member attrs (an enum and a unique_ptr to a base class for structs). Code: https://github.com/JadoreThompson/cpp-order-matcher
