mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user