extend.texi (Decimal Floating Types): Remove decfloat.h from the list of discrepancies from the draft TR.

* doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
	the list of discrepancies from the draft TR.

From-SVN: r121358
This commit is contained in:
Janis Johnson 2007-01-30 20:23:25 +00:00
parent e4cf973dd9
commit 05f182f63a
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2007-01-30 Janis Johnson
* doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
the list of discrepancies from the draft TR.
2007-01-30 Dirk Mueller <dmueller@suse.de>
PR c++/30601

View File

@ -854,10 +854,6 @@ is incomplete:
@item
Translation time data type (TTDT) is not supported.
@item
Characteristics of decimal floating types are defined in header file
@file{decfloat.h} rather than @file{float.h}.
@item
When the value of a decimal floating type cannot be represented in the
integer type to which it is being converted, the result is undefined