2
0
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:
Vicente J. Botet Escriba
2012-10-04 16:50:46 +00:00
parent b342cf683b
commit e1f5fbdc33

View File

@@ -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