|
Boost : |
From: Corey Lubin (kangel_at_[hidden])
Date: 2002-05-27 23:38:19
----- Original Message -----
From: "Paul Mensonides" <pmenso57_at_[hidden]>
> 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.
I had not. However, at your request I have and here are the results of
a few preprocessors I have access to:
//////////////////////////////////////////////////////////////////////
// gcc version 2.95.2 20000220 (Debian GNU/Linux)
int main() {
std::cout << 10 << &std::endl;
return 0;
}
//////////////////////////////////////////////////////////////////////
// gcc version 2.95.3-5 (cygwin special)
int main() {
std::cout << 10 << &std::endl;
return 0;
}
//////////////////////////////////////////////////////////////////////
// gcc version 2.95.4 (Debian prerelease)
int main() {
std::cout << 10 << &std::endl;
return 0;
}
//////////////////////////////////////////////////////////////////////
// MSVC6
int main() {
_STL::cout << 10 << &_STL::endl;
return 0;
}
coreyLubin
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk