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:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user