Boost logo

Boost :

From: scleary_at_[hidden]
Date: 2002-05-28 07:23:58


> <kaoru_at_[hidden]> wrote in message
> Did you happen to test it on another implementation besides
> VC++7 or Comeau C++?
> I'm curious about the results--preprocessors can be finnicky.

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


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