contrib.texi ([Fran@,{c}ois Dumont], [...]): New entries.

2013-10-22  Paolo Carlini  <paolo.carlini@oracle.com>

	* doc/contrib.texi ([Fran@,{c}ois Dumont], [Tim Shen],
	[Ed Smith-Rowland]): New entries.
	([Stephen M. Webb]): Update.

From-SVN: r203959
This commit is contained in:
Paolo Carlini 2013-10-23 11:59:07 +00:00 committed by Paolo Carlini
parent 49ed1a4693
commit f361277750
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2013-10-23 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/decimal/pr58815.cc: Fix thinko.
2013-10-23 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/58815

View File

@ -25,9 +25,9 @@
void
test01 ()
{
std::decimal::decimal32 d32;
std::decimal::decimal64 d64;
std::decimal::decimal128 d128;
std::decimal::decimal32 d32(0);
std::decimal::decimal64 d64(0);
std::decimal::decimal128 d128(0);
static_cast<long long>(d32);
static_cast<long long>(d64);