[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [cxx-abi-dev] Request for clarification: floating point literal mangling
- To: Dennis Handly <dhandly@xxxxxxxxxx>
- Subject: Re: [cxx-abi-dev] Request for clarification: floating point literal mangling
- From: Zack Weinberg <zack@xxxxxxxxxxxxxxxx>
- Date: Mon, 09 Jun 2003 16:47:32 -0700
Dennis Handly <dhandly@xxxxxxxxxx> 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
|