mirror of
https://github.com/boostorg/multi_array.git
synced 2025-05-11 21:33:52 +00:00
Added a preprocessor guard around the use of disable_if_c.
[SVN r23591]
This commit is contained in:
parent
bb1b64be81
commit
04e4ba3c79
@ -93,10 +93,12 @@ 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…
x
Reference in New Issue
Block a user