boostorg / thread

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

Non-template function needs inline #331

Open marcusb opened 3 years ago

marcusb commented 3 years ago

This is to prevent multiple definition of the symbol when the file is included from multiple modules.