cppalliance / safe-cpp

Boost Software License 1.0
153 stars 13 forks source link

unsafe data members and base classes #13

Closed seanbaxter closed 2 months ago

seanbaxter commented 2 months ago

What about an unsafe token on data members and base classes to indicate that they can have unsafe special member functions called from an unsafe context? This would let us embed std::mutex inside std2::mutex, and not worry about the former's unsafe interface.

seanbaxter commented 2 months ago

Closed in favor of #15