2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

More cleanups for mpl_v2

[SVN r13516]
This commit is contained in:
Dave Abrahams
2002-04-17 04:34:34 +00:00
parent 47af5d5ad3
commit 4d05075580

View File

@@ -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<owner_arg>