2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

missing inline keywords added (MIPSpro 7.3 diagnostics)

[SVN r14469]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2002-07-15 20:07:04 +00:00
parent ba1eab1bf0
commit ea5cfdcdce

View File

@@ -31,8 +31,8 @@ class long_ : public object
{
}
public: // implementation detail -- for internal use only
explicit long_(detail::borrowed_reference);
explicit long_(detail::new_reference);
explicit inline long_(detail::borrowed_reference);
explicit inline long_(detail::new_reference);
private:
static BOOST_PYTHON_DECL detail::new_reference call(object const&);