mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Add BOOST_SYMBOL_VISIBLE to core_typeid_
This commit is contained in:
@ -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_;
|
||||
|
||||
|
Reference in New Issue
Block a user