$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2004-11-26 13:29:13
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').
Stefan