Boost logo

Boost :

From: Tomas Puverle (Tomas.Puverle_at_[hidden])
Date: 2006-04-12 11:19:41


Tobias,

> # define PLATFORM_HEADER_DIRECTORY() <mylib/win32/
> // [...]
> #define PLATFORM_HEADER(header) PLATFORM_HEADER_DIRECTORY()header>

How about:

#ifdef ...
#define PLATFORM_DIRECTORY win32
#elif
....
#endif

#define BOOST_INCLUDE(includeFile) <includeFile>

#include BOOST_INCLUDE(PLATFORM_DIRECTORY/myFile.h)

Tom


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk