From 782208b04ded0b01733c40dd3af05b81f4f1724b Mon Sep 17 00:00:00 2001 From: Beman Date: Mon, 28 Aug 2017 07:27:30 -0400 Subject: [PATCH] Revert "adjustment to avoid linking problem: vtable not found found for ~utf8_codecvt_facet.hpp" This reverts commit 73c12230c31a851c15ecb9a649468425ebd92f8e. Reverted because the change broke GCC/MinGW builds of Filesystem. --- include/boost/detail/utf8_codecvt_facet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/utf8_codecvt_facet.hpp b/include/boost/detail/utf8_codecvt_facet.hpp index d2006b6..d2fa26d 100644 --- a/include/boost/detail/utf8_codecvt_facet.hpp +++ b/include/boost/detail/utf8_codecvt_facet.hpp @@ -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,