From ea5cfdcdce49866a934d788605a69f5d64b22aa3 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 15 Jul 2002 20:07:04 +0000 Subject: [PATCH] missing inline keywords added (MIPSpro 7.3 diagnostics) [SVN r14469] --- include/boost/python/long.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/python/long.hpp b/include/boost/python/long.hpp index 5d39093e..2dfebf65 100644 --- a/include/boost/python/long.hpp +++ b/include/boost/python/long.hpp @@ -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&);