forked from boostorg/exception
Mark error_info_container_impl final. (#27)
This should allow for better code optimization and also silence compiler warnings about non-virtual destructor.
This commit is contained in:
@ -57,7 +57,7 @@ boost
|
||||
exception_detail
|
||||
{
|
||||
class
|
||||
error_info_container_impl:
|
||||
error_info_container_impl BOOST_FINAL:
|
||||
public error_info_container
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user