Non-intrusive exception_ptr support for msvc 7.1/8.0/9.0 (thanks Anthony Williams)

[SVN r65204]
This commit is contained in:
Emil Dotchevski
2010-09-03 02:03:15 +00:00
parent 5dbd4c8f32
commit 3b4cdfce47
7 changed files with 162 additions and 338 deletions

View File

@ -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;