LouisCharlesC / safe

Header only read/write wrapper for mutexes and locks.
MIT License
147 stars 11 forks source link

Revising safe::Safe interface #14

Closed LouisCharlesC closed 5 years ago

LouisCharlesC commented 5 years ago

an attempt to correct the unsatisfying operator= for safe::Safe. I also made the Safe specialization handle assignment and construction from std::unique_ptr. This is an attempt to solve to answer issue #8.

ahoarau commented 5 years ago

I like this one ! Lgtm