Attempted fixes to compiler errors did not work at all.
Reverted back to revision 1.21. Need to investigate further. [SVN r23602]
This commit is contained in:
parent
04e4ba3c79
commit
7b7b88e836
@ -93,12 +93,6 @@ public:
|
||||
#ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
|
||||
, typename detail::multi_array::disable_non_sub_array<ExtentList>::type* = 0
|
||||
#endif
|
||||
#ifndef BOOST_NO_SFINAE
|
||||
, typename
|
||||
boost::disable_if_c<
|
||||
boost::is_same<ExtentList,multi_array>::value
|
||||
>::type* = 0
|
||||
#endif // BOOST_NO_SFINAE
|
||||
) :
|
||||
super_type((T*)initial_base_,extents) {
|
||||
boost::function_requires<
|
||||
|
Loading…
Reference in New Issue
Block a user