mirror of
https://github.com/boostorg/thread.git
synced 2026-02-09 23:42:18 +00:00
Removed boost/thread/config.hpp and changed Boost.Threads exceptions to derive from logic_error
[SVN r13568]
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
|
||||
namespace boost {
|
||||
|
||||
lock_error::lock_error() : std::runtime_error("thread lock error")
|
||||
lock_error::lock_error() : std::logic_error("thread lock error")
|
||||
{
|
||||
}
|
||||
|
||||
thread_resource_error::thread_resource_error() : std::runtime_error("thread resource error")
|
||||
thread_resource_error::thread_resource_error() : std::logic_error("thread resource error")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user