Re: [cxx-abi-dev] decimal float argument passing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cxx-abi-dev] decimal float argument passing



On 11/10/2009 09:21 PM, Dennis Handly wrote:
From: Jason Merrill<jason@xxxxxxxxxx>
should the type_infos for the fundamental decimal types be
added to the list of types with type_infos in the runtime library in
2.9.2?  I lean slightly towards not, but only slightly.

I'm adding them to my lib, I'm not sure why you wouldn't?

No strong reason, just thinking that they wouldn't show up very often so we might as well generate them as needed.

Jason