mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
Suppress GCC warning
[SVN r16412]
This commit is contained in:
@@ -67,8 +67,8 @@ inline registration::registration(type_info target_type)
|
||||
: target_type(target_type)
|
||||
, lvalue_chain(0)
|
||||
, rvalue_chain(0)
|
||||
, m_to_python(0)
|
||||
, m_class_object(0)
|
||||
, m_to_python(0)
|
||||
{}
|
||||
|
||||
inline bool operator<(registration const& lhs, registration const& rhs)
|
||||
|
||||
Reference in New Issue
Block a user