forked from boostorg/exception
Non-intrusive exception_ptr support for msvc 7.1/8.0/9.0 (thanks Anthony Williams)
[SVN r65204]
This commit is contained in:
@ -21,7 +21,8 @@ boost
|
||||
{
|
||||
int const success=0;
|
||||
int const bad_alloc=1;
|
||||
int const not_supported=2;
|
||||
int const bad_exception=2;
|
||||
int const not_supported=3;
|
||||
}
|
||||
|
||||
class clone_base;
|
||||
|
Reference in New Issue
Block a user