
15 Jul
2004
15 Jul
'04
3:28 p.m.
Synge Todo wrote:
Dear Boosters,
About two days ago, the following lines are added in boost/multi_array.hpp (in order to increase the overload resolution of the constructor???).
...
However, it breaks e.g. SGI MIPSpro, since it does not support SFINAE. (boost/config/compiler/common_edg.hpp defines BOOST_NO_SFINAE.)
I'm very happy, as a workaround, if the lines could be wrapped "#ifndef BOOST_NO_SFINAE", like
Greetings, Thank you for catching that. I'm afraid that the addition may not fix the problem I was targetting, but I could not quite tell without your patch. I have applied it. Cheers, ron