mirror of
https://github.com/boostorg/python.git
synced 2026-02-01 08:42:16 +00:00
BOOST_PYTHON_EXPORT -> BOOST_PYTHON_DECL
[SVN r12187]
This commit is contained in:
@@ -19,7 +19,7 @@ bool type_id_before::operator()(type_id_t const& x, type_id_t const& y) const
|
||||
return x < y;
|
||||
}
|
||||
|
||||
BOOST_PYTHON_EXPORT std::ostream& operator<<(std::ostream& os, type_id_t const& x)
|
||||
BOOST_PYTHON_DECL std::ostream& operator<<(std::ostream& os, type_id_t const& x)
|
||||
{
|
||||
# ifdef BOOST_PYTHON_TYPE_ID_NAME
|
||||
os << x.m_base_type;
|
||||
|
||||
Reference in New Issue
Block a user