
13 Jan
2005
13 Jan
'05
2:40 p.m.
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