Hi!
Before I start the tedious task of a reconfigure:
Anyone with experience on how to handle that compiler?
I need the -AA option, so the compiler gets really picky
about _everything_:
Warning (anachronism) 823:
"/opt/FREE-SOFTWARE/boost-1.30.0/boost/mpl/if.hpp", line 172 # Redundant
preprocessing concatenation operation results in two valid preprocessing
tokens. Depending on this implementation defined behavior will result in
non-portable code.
BOOST_MPL_AUX_VOID_SPEC(3, if_)
Any help appreciated.
aCC has some problems with e.g. this code snippet, which passed intel's 7.1:
What's wrong here?
typedef typename
boost::mpl::apply_if_c<
SAME_TYPE(T, Simpler1),
boost::mpl::identity
,
boost::mpl::apply_if_c<
SAME_TYPE(Simpler2, SimplerN),
boost::mpl::identity