mirror of
https://github.com/boostorg/exception.git
synced 2025-07-02 07:21:05 +02:00
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
This commit is contained in:
@ -21,9 +21,6 @@ my_exception:
|
||||
{
|
||||
return "my_exception";
|
||||
}
|
||||
#if defined(__PATHSCALE__)
|
||||
~my_exception() throw() {}
|
||||
#endif
|
||||
};
|
||||
|
||||
typedef boost::error_info<struct my_tag,int> my_int;
|
||||
|
Reference in New Issue
Block a user