2
0
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:
Dave Abrahams
2002-07-12 11:36:15 +00:00
parent d3bbc0eaa5
commit a4d651ce9a
2 changed files with 4 additions and 4 deletions

View File

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