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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user