
26 Nov
2004
26 Nov
'04
7:07 p.m.
"Stefan Slapeta" <stefan@slapeta.com> wrote in message news:co7soh$i64$1@sea.gmane.org...
Robert Ramey wrote:
I don't find anything like BOOST_NO_TWO_PHASE_LOOKUP in config.hpp
I don't how to determine at compile time whether it's turned on or not (for the few compilers that support it at all). For all compilers I know, you have to switch on two-phase lookup manually (like a 'feature').
I believe on Metrowerks it can be tested using __option(parse_func_templ) What other compilers allow this to be turned on and off? Jonathan