Closed Frafjord closed 4 years ago
Making the destructor, assignment operator and copy constructor trivial. Setting default constructor to noexcept.
The default constructor could be set to default too, but that would be a breaking change, it would not be set to 0.
Making the destructor, assignment operator and copy constructor trivial. Setting default constructor to noexcept.
The default constructor could be set to default too, but that would be a breaking change, it would not be set to 0.