From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-05-28 17:41:48


From: "Chris Little" <cslittle_at_[hidden]>
> Metrowerks CWP 7.2 on Mac:
>
> /* #line 51 "Preprocessor.cpp" /* stack depth 0 */
> int main() {
> std::cout << 10 << &std::endl;
> return 0;
> }
>
> With error
>
> /* #line 52 "Preprocessor.cpp" /* stack depth 0 */
> int main() {
> std::cout << (ERROR_NO_AVAILABLE_CONCAT)(1, 0) << &std::endl;
> return 0;
> }
>
> Chris

Thanks Chris. So far, everything seems to work fine on Comeau, g++, Metrowerks,
and Borland. It works on VC++ also, but I'm not sure why it isn't erroring when
the 'error' is present.

Thanks again to everyone that tested it out for me so far.

Paul Mensonides