$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: alnsn_at_[hidden]
Date: 2004-07-10 10:10:14
Arkadiy Vertleyb wrote:
> Alexander Nasonov <alnsn_at_[hidden]> wrote
>
> > Can you switch to boost scheme of detecting the compiler?
>
> Done.
>
> http://groups.yahoo.com/group/boost/files/typeof.zip
>
> The best I could do non-intruisively to Boost was to repeat the switch
> defined in "select_compiler_config.hpp"... Or can I do any better?
Read $BOOST_ROOT/libs/config/config.htm. There you'll find BOOST_INTEL
and BOOST_MSVC but I'm not sure it's a proper way either.
You can also read "Guidelines for Boost Authors" section.
-- Alexander Nasonov