$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-01-13 09:40:57
> I would like to do something like...
>
> #ifdef
> #BOOST_TEST_Some_Macro_Telling_Me_If_Timeout_Is_Supported_On_My_Platform
>
> rather than doing...
>
> #ifdef __unix
>
> Since the Boost headers already have figured out my platform, and
> Boost.Test is the one that knows the support it provides.
Ok I will provide such macros.
Gennadiy