Skip to content

Commit

Permalink
Make boost::thread_interrupted derive from oxt::tracable_exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Nov 7, 2012
1 parent 2f61715 commit 8c87d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/boost/thread/exceptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <stdexcept>
#include <boost/system/system_error.hpp>
#include <boost/system/error_code.hpp>
#include <oxt/tracable_exception.hpp>


#include <boost/config/abi_prefix.hpp>
Expand All @@ -29,6 +30,7 @@ namespace boost
{

class BOOST_SYMBOL_VISIBLE thread_interrupted
: public oxt::tracable_exception
{};

class BOOST_SYMBOL_VISIBLE thread_exception:
Expand Down

0 comments on commit 8c87d50

Please sign in to comment.