mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
Kill tru64cxx warnings
[SVN r14419]
This commit is contained in:
@@ -94,8 +94,8 @@ class list : public object
|
||||
}
|
||||
|
||||
public: // implementation detail -- for internal use only
|
||||
explicit list(detail::borrowed_reference);
|
||||
explicit list(detail::new_reference);
|
||||
inline explicit list(detail::borrowed_reference);
|
||||
inline explicit list(detail::new_reference);
|
||||
|
||||
private:
|
||||
static BOOST_PYTHON_DECL detail::new_reference call(object const&);
|
||||
|
||||
Reference in New Issue
Block a user