boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
199 stars 161 forks source link

Final Cleanup #207

Closed austin-beer closed 6 years ago

viboes commented 6 years ago

Thanks for working on this PR. I don't agree with all the inline changes. I believe that it is better to declare the function inline than defining it inline. I know that most compilers accept it, but I believe this is not portable.