On Thu, Mar 15, 2001 at 07:20:52PM +0100, Lars Gullik Bjønnes wrote:
> What I now need is a poll to see if anonymous namespaces are supported
> on the different platforms.
>
>
> So people please test:
>
>
> namespace {
>
> int foo() { return 1; }
>
> }
>
> int main() {
> int i = foo();
> }
Compiles just fine with:
$ CC -V
CC: WorkShop Compilers 5.0 98/12/15 C++ 5.0
$ CC -V
CC: Sun WorkShop 6 update 1 C++ 5.2 2000/09/11
$ CC -version [with and without -LANG:std]
MIPSpro Compilers: Version 7.3.1m
$ CC -version [with and without -LANG:std]
MIPSpro Compilers: Version 7.3.1.2m
$ aCC -V [with and without -AA]
aCC: HP ANSI C++ B3910B A.03.30
--
albert chin ([EMAIL PROTECTED])