This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: C++ support for decimal floating point
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: janis187 at us dot ibm dot com
- Date: Wed, 23 Sep 2009 19:24:03 -0700
- Subject: Re: C++ support for decimal floating point
- References: <1253666313.6130.8.camel@janis-laptop>
> For the library support I have all of the functionality of section 3.1
> of the TR implemented, with the exception of formatted input and
> output. More importantly, I have a comprehensive set of tests for that
> functionality that will be useful even if the implementation changes.
Oh, and this sounds very encouraging. Thanks for the heads up.
Please don't forget to document what users can expect and or known
limitations. (Trying to be better about documentation all around and
unfortunately new features are the easiest to enforce.)
-benjamin