$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-05-28 17:38:43
> Here's Borland's cpp32 5.5.1:
>
> /* tmp.cpp 55: */int main() {
> /* tmp.cpp 56: */std::cout << 10 << &std::endl;
> /* tmp.cpp 57: */return 0;
> /* tmp.cpp 58: */}
>
> with error:
>
> /* tmp.cpp 55: */int main() {
> /* tmp.cpp 56: */std::cout << (ERROR_NO_AVAILABLE_CONCAT)(1, 0) <<
> &std::endl;
> /* tmp.cpp 57: */return 0;
> /* tmp.cpp 58: */}
>
> -Steve
Thanks Steve. So far it seems like only VC++ has a problem. I.e. it doesn't
error when it should.
Paul Mensonides