mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-15 13:22:19 +00:00
correction in is_base.. namespace
[SVN r33598]
This commit is contained in:
@@ -41,7 +41,7 @@ struct type_info_implementation {
|
||||
};
|
||||
typedef
|
||||
BOOST_DEDUCED_TYPENAME mpl::eval_if<
|
||||
boost::is_base_and_derived<basic_traits, T>,
|
||||
is_base_and_derived<basic_traits, T>,
|
||||
traits_class_typeinfo_implementation<T>,
|
||||
//else
|
||||
mpl::identity<
|
||||
|
||||
Reference in New Issue
Block a user