From 4d0507558086a7fc609b05ec28103d5c024cc410 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 17 Apr 2002 04:34:34 +0000 Subject: [PATCH] More cleanups for mpl_v2 [SVN r13516] --- include/boost/python/return_internal_reference.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/return_internal_reference.hpp b/include/boost/python/return_internal_reference.hpp index 6140a12f..8dcf69cb 100644 --- a/include/boost/python/return_internal_reference.hpp +++ b/include/boost/python/return_internal_reference.hpp @@ -30,7 +30,7 @@ struct return_internal_reference private: BOOST_STATIC_CONSTANT(bool, legal = owner_arg > 0); public: - typedef typename mpl::select_if< + typedef typename mpl::select_if_c< legal , reference_existing_object , detail::return_internal_reference_owner_arg_must_be_greater_than_zero