Add BOOST_SYMBOL_VISIBLE to core_typeid_

This commit is contained in:
Peter Dimov
2018-10-21 18:09:31 +03:00
parent 026be7659c
commit 3c9c9603ad

View File

@ -74,7 +74,7 @@ inline char const * demangled_name( core::typeinfo const & ti )
namespace detail
{
template<class T> struct core_typeid_
template<class T> struct BOOST_SYMBOL_VISIBLE core_typeid_
{
static boost::core::typeinfo ti_;