Commit 8a782ab8 by Ralf W. Grosse-Kunstleve

Merge branch 'test_unique_ptr_member' into pr2672_use_smart_holder_as_default

parents e571af36 3160f4f4
...@@ -1386,7 +1386,8 @@ struct smart_holder_type_caster : smart_holder_type_caster_load<T>, ...@@ -1386,7 +1386,8 @@ struct smart_holder_type_caster : smart_holder_type_caster_load<T>,
// clang-format off // clang-format off
#if defined(_MSC_VER) && _MSC_VER < 1910 #if defined(_MSC_VER) && _MSC_VER < 1910
// Working around MSVC 2015 bug. // Working around MSVC 2015 bug. `const` sensitivity is lost.
// SMART_HOLDER_WIP: IMPROVABLE: make common code work with MSVC 2015.
template <typename T_> using cast_op_type = detail::cast_op_type<T_>; template <typename T_> using cast_op_type = detail::cast_op_type<T_>;
#else #else
template <typename T_> template <typename T_>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment