correction of visibility setup

This commit is contained in:
Robert Ramey
2016-01-23 22:29:04 -08:00
parent 0040321a7c
commit 72ef8bf59a
2 changed files with 5 additions and 6 deletions

View File

@@ -10,9 +10,10 @@
#include <boost/config.hpp>
#ifdef BOOST_NO_CXX11_HDR_CODECVT
#include <boost/archive/detail/decl.hpp>
#define BOOST_UTF8_BEGIN_NAMESPACE \
namespace boost { namespace archive { namespace detail {
#define BOOST_UTF8_DECL
#define BOOST_UTF8_DECL BOOST_ARCHIVE_OR_WARCHIVE_DECL
#define BOOST_UTF8_END_NAMESPACE }}}
#include <boost/detail/utf8_codecvt_facet.hpp>