is there a config macro which for has_enable_if?

Hi, Does anybody know of a config macro which comes close to saying "enable_if won't work" Thanks -Thorsten -- Thorsten Ottosen ---------------------------- www.dezide.com http://www.cs.aau.dk/index2.php?content=Research/mi www.boost.org www.open-std.org/JTC1/SC22/WG21/

"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:d318bo$5l6$1@sea.gmane.org... | Thorsten Ottosen wrote: | > Hi, | > | > Does anybody know of a config macro which | > comes close to saying "enable_if won't work" | | BOOST_NO_SFINAE | | Jonathan Thanks! -Thorsten

"Thorsten Ottosen" <nesotto@cs.auc.dk> writes:
"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:d318bo$5l6$1@sea.gmane.org... | Thorsten Ottosen wrote: | > Hi, | > | > Does anybody know of a config macro which | > comes close to saying "enable_if won't work" | | BOOST_NO_SFINAE | | Jonathan
If you care, vc6 and vc7 have some limited SFINAE capability, captured in boost/python/detail/enable_if.hpp -- Dave Abrahams Boost Consulting www.boost-consulting.com

"David Abrahams" <dave@boost-consulting.com> wrote in message news:ufyy376mr.fsf@boost-consulting.com... | "Thorsten Ottosen" <nesotto@cs.auc.dk> writes: | | > "Jonathan Turkanis" <technews@kangaroologic.com> wrote in message | > news:d318bo$5l6$1@sea.gmane.org... | > | Thorsten Ottosen wrote: | > | > Hi, | > | > | > | > Does anybody know of a config macro which | > | > comes close to saying "enable_if won't work" | > | | > | BOOST_NO_SFINAE | > | | > | Jonathan | | If you care, vc6 and vc7 have some limited SFINAE capability, captured | in boost/python/detail/enable_if.hpp about the config macros, why don't we define them as 1? -Thorsten
participants (3)
-
David Abrahams
-
Jonathan Turkanis
-
Thorsten Ottosen