Closed seanbaxter closed 2 months ago
This should be all good to go now with: https://github.com/cppalliance/safe-cpp/commit/7c9de070e8f9b1c47d62c185a2fa6752f86b9282 https://github.com/cppalliance/safe-cpp/commit/a15245abbd5171723b830180884d0b7b8830f703 https://github.com/cppalliance/safe-cpp/commit/2fd4fb2272cb432f43c726d98354db593d7dd20d
Closing for now
I ran into borrowck errors with vector and box because they didn't have drop_only on the dtor. As an example how to raise this:
Need to make sure all container-like classes implement drop_only on their dtors.