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:
Andrey Semashev
2020-05-01 01:05:51 +03:00
committed by GitHub
parent 865cb399d5
commit 63b57749a2

View File

@ -57,7 +57,7 @@ boost
exception_detail
{
class
error_info_container_impl:
error_info_container_impl BOOST_FINAL:
public error_info_container
{
public: