mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
adjustment to avoid linking problem: vtable not found found for ~utf8_codecvt_facet.hpp
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user