Added a preprocessor guard around the use of disable_if_c.

[SVN r23591]
This commit is contained in:
Ronald Garcia 2004-07-15 16:07:50 +00:00
parent bb1b64be81
commit 04e4ba3c79

View File

@ -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<