mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-23 03:52:24 +00:00
changed to use custom implementation of is_default_constructible
This commit is contained in:
@@ -116,7 +116,7 @@ struct vector_load_impl {
|
||||
item_version_type item_version
|
||||
){
|
||||
typedef typename boost::mpl::if_c<
|
||||
std::is_default_constructible<typename T::value_type>::value,
|
||||
detail::is_default_constructible<typename T::value_type>::value,
|
||||
default_constructible,
|
||||
not_default_constructible
|
||||
>::type type;
|
||||
|
||||
Reference in New Issue
Block a user