mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 18:52:26 +00:00
Roll back improved error message because it causes problems for vc6/7
[SVN r36435]
This commit is contained in:
@@ -103,14 +103,12 @@ namespace detail
|
||||
|
||||
// If the BasePolicy_ supplied a result converter it would be
|
||||
// ignored; issue an error if it's not the default.
|
||||
BOOST_MPL_ASSERT_MSG(
|
||||
(is_same<
|
||||
BOOST_STATIC_ASSERT((
|
||||
is_same<
|
||||
typename BasePolicy_::result_converter
|
||||
, default_result_converter
|
||||
>::value)
|
||||
, MAKE_CONSTRUCTOR_SUPPLIES_ITS_OWN_RESULT_CONVERTER_THAT_WOULD_OVERRIDE_YOURS
|
||||
, (typename BasePolicy_::result_converter)
|
||||
);
|
||||
>::value
|
||||
));
|
||||
|
||||
typedef constructor_result_converter result_converter;
|
||||
typedef offset_args<typename BasePolicy_::argument_package, mpl::int_<1> > argument_package;
|
||||
|
||||
Reference in New Issue
Block a user