cppalliance / safe-cpp

Boost Software License 1.0
152 stars 13 forks source link

compiler: Implement operator rel #29

Open seanbaxter opened 1 month ago

seanbaxter commented 1 month ago

libstdc++'s std::string is crashing after relocation because it's address-sensitive. Need to implement operator rel to perform move-and-destroy on types with unsafe destructors.