mirror of
https://github.com/boostorg/thread.git
synced 2026-02-07 23:02:13 +00:00
Changed logic_error to runtime_error for thread_resource_error
[SVN r13644]
This commit is contained in:
@@ -18,7 +18,7 @@ lock_error::lock_error() : std::logic_error("thread lock error")
|
||||
{
|
||||
}
|
||||
|
||||
thread_resource_error::thread_resource_error() : std::logic_error("thread resource error")
|
||||
thread_resource_error::thread_resource_error() : std::runtime_error("thread resource error")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user