mirror of
https://github.com/boostorg/exception.git
synced 2025-07-12 12:06:33 +02:00
tabs removed, added protected inline dtors.
[SVN r45042]
This commit is contained in:
@ -7,12 +7,12 @@
|
||||
|
||||
struct
|
||||
my_exception
|
||||
{
|
||||
};
|
||||
{
|
||||
};
|
||||
|
||||
void
|
||||
tester()
|
||||
{
|
||||
//Must not compile, throw_exception requires exception types to derive std::exception.
|
||||
boost::throw_exception(my_exception());
|
||||
//Must not compile, throw_exception requires exception types to derive std::exception.
|
||||
boost::throw_exception(my_exception());
|
||||
}
|
||||
|
Reference in New Issue
Block a user