mirror of
https://github.com/boostorg/thread.git
synced 2026-01-23 18:12:12 +00:00
Thread: fix typo introduced while making get_id inline on posix
[SVN r80845]
This commit is contained in:
@@ -537,7 +537,7 @@ namespace boost
|
||||
#ifdef BOOST_THREAD_PLATFORM_PTHREAD
|
||||
inline id get_id() const BOOST_NOEXCEPT;
|
||||
#else
|
||||
id BOOST_THREAD_DECL get_id() const BOOST_NOEXCEPT;
|
||||
id get_id() const BOOST_NOEXCEPT;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user