dysfun@treehouse.systems ("gaytabase") wrote:
- this is the most obvious example of a category of "ugh, we have to fit this shape" bugs. see also for example a smart pointer where you want to deallocate, but you don't want to embed the pointer to the allocator into the smart pointer lest you double the size.
- must_use is of course for a warning not an error