$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-08-06 15:08:29
At 03:35 PM 8/6/2003, Beman Dawes wrote:
>I've having trouble with the Borland compiler. It is getting an error in
>its own utime.h header:
>
>Error E2303 D:\Program Files\Borland\CBuilder6\Include\utime.h 42: Type
>name expected
>
>If anyone can figure out a workaround, please let me know.
Never mind; I've worked around it. In one header Borland puts time_t in
std::, and then in another headers assumes it is in the global namespace.
--Beman