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

This commit is contained in:
Robert Ramey
2017-08-13 15:11:17 -07:00
parent 6c11197586
commit 73c12230c3

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 ~utf8_codecvt_facet(){}
virtual BOOST_UTF8_DECL ~utf8_codecvt_facet(){}
protected:
BOOST_UTF8_DECL virtual std::codecvt_base::result do_in(
std::mbstate_t& state,