Dennis Handly <dhandly at cup.hp.com> writes: >>HP? > Mark Mitchell > > We currently don't allow it. > How does EDG and g++ allow it, as a floating point literal? > Or in some expression? template <int I> class A {}; template <int I> void f(A<I+int(1.234)>) {} zw