mirror of
https://github.com/boostorg/thread.git
synced 2026-02-07 23:02:13 +00:00
Fix gcc warning about inline function being marked as dllimport.
[SVN r24975]
This commit is contained in:
@@ -82,6 +82,11 @@ thread_exception::~thread_exception() throw()
|
||||
{
|
||||
}
|
||||
|
||||
int thread_exception::native_error() const
|
||||
{
|
||||
return m_sys_err;
|
||||
}
|
||||
|
||||
const char* thread_exception::message() const
|
||||
{
|
||||
if (m_sys_err != 0)
|
||||
|
||||
Reference in New Issue
Block a user