This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g++ and _DecimalXX types


Hi,

thanks Janis for your complete summary of the current status.
> Instead of dec32/64/128 you could use _Decimal32/64/128, but the C++
> TR requires that float.h define those symbols as typedefs to the
> classes so you'd run into conflicts later.
>   
therefore, do I understand correctly that eventually the OP will be able
to achieve what he wants by including <float.h> first and otherwise
proceeding exactly like in C99?

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]