
Arkadiy Vertleyb wrote:
Hi everybody,
If anybody can try or has recently tried the proposed typeof library with any compilelr, other than GCC or MSVC, can you please let me know what the results are?
$ uname -a Linux x1000 2.6.11-hardened-r1 #1 Mon Mar 14 20:23:32 MSK 2005 i686 Intel(R) Pentium(R) M processor 1300MHz GenuineIntel GNU/Linux $ icc -V Intel(R) C++ Compiler for 32-bit applications, Version 8.0 Build 20031016Z Package ID: l_cc_p_8.0.055 Copyright (C) 1985-2003 Intel Corporation. All rights reserved. FOR NON-COMMERCIAL USE ONLY icc: Command line error: no files specified; for help type "icc -help" $ cat ./run time icc -I ~/src/boost/boost_1_32_0 -I ../../../.. test_compliant.cpp odr1.cpp odr2.cpp ../main.cpp time icc -I ~/src/boost/boost_1_32_0 -I ../../../.. test_compliant.cpp odr1.cpp odr2.cpp ../main.cpp -DBOOST_TYPEOF_COMPLIANT $ ./run 2> icc.err $ cat icc.err <attached> -- Alexander Nasonov