2
0
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:
Dave Abrahams
2002-11-25 21:19:35 +00:00
parent 0d582e0e79
commit bb7710a5a2

View File

@@ -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)