mirror of
https://github.com/boostorg/multi_array.git
synced 2025-05-11 21:33:52 +00:00
Repair for a regression in the test assign_to_array.cpp for Visual C++
up to but not including 7.1. Appears to be an error in overload resolution. [SVN r23509]
This commit is contained in:
parent
91661f2f17
commit
bb1b64be81
@ -93,6 +93,10 @@ public:
|
||||
#ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
|
||||
, typename detail::multi_array::disable_non_sub_array<ExtentList>::type* = 0
|
||||
#endif
|
||||
, typename
|
||||
boost::disable_if_c<
|
||||
boost::is_same<ExtentList,multi_array>::value
|
||||
>::type* = 0
|
||||
) :
|
||||
super_type((T*)initial_base_,extents) {
|
||||
boost::function_requires<
|
||||
|
Loading…
x
Reference in New Issue
Block a user