On Fri, Nov 30, 2001 at 03:34:26PM +0000, Angus Leeming wrote:
> One quick point. Here the C-libraries are not in namespace std.
> We have a CXX_GLOBAL_CSTD variable in config.h

So I would need to write

#ifdef CXX_GLOBAL_CSTD
typedef std::size_t   ...;
#else
typedef size_t   ...;
#endif

?

Andre'
-- 
André Pönitz .............................................. [EMAIL PROTECTED]

Reply via email to