Revert "adjustment to avoid linking problem: vtable not found found for ~utf8_codecvt_facet.hpp"

This reverts commit 73c12230c3.

Reverted because the change broke GCC/MinGW builds of Filesystem.
This commit is contained in:
Beman
2017-08-28 07:27:30 -04:00
parent 73c12230c3
commit 782208b04d

View File

@ -114,7 +114,7 @@ struct BOOST_SYMBOL_VISIBLE utf8_codecvt_facet :
{
public:
BOOST_UTF8_DECL explicit utf8_codecvt_facet(std::size_t no_locale_manage=0);
virtual BOOST_UTF8_DECL ~utf8_codecvt_facet(){}
virtual ~utf8_codecvt_facet(){}
protected:
BOOST_UTF8_DECL virtual std::codecvt_base::result do_in(
std::mbstate_t& state,