diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-02 00:12:50 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-02 00:12:50 +0000 |
| commit | 1871d183fb93cba5e7281a81831beb66e2dfc923 (patch) | |
| tree | c70f68e068607d9065c930cb53c10a09a1fe71dd /libstdc++-v3/docs/html | |
| parent | 9f35f9b21a36f82e1553653a5203da5b3b056e9a (diff) | |
| download | ppe42-gcc-1871d183fb93cba5e7281a81831beb66e2dfc923.tar.gz ppe42-gcc-1871d183fb93cba5e7281a81831beb66e2dfc923.zip | |
2006-10-01 Paolo Carlini <pcarlini@suse.de>
* include/tr1/random (xor_combine<>::_M_initialize_max_aux): New.
(xor_combine<>::operator()()): Tweak per N2079.
* include/tr1/random.tcc (xor_combine<>::_M_initialize_max_aux):
Define.
(xor_combine<>::_M_initialize_max): Use it.
* testsuite/tr1/5_numerical_facilities/random/xor_combine/
cons/default.cc: Adjust.
* docs/html/ext/tr1.html: Adjust.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117353 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/html')
| -rw-r--r-- | libstdc++-v3/docs/html/ext/tr1.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/html/ext/tr1.html b/libstdc++-v3/docs/html/ext/tr1.html index 78f130dbafa..d8ae3971540 100644 --- a/libstdc++-v3/docs/html/ext/tr1.html +++ b/libstdc++-v3/docs/html/ext/tr1.html @@ -706,7 +706,7 @@ release. <td>done</td> <td></td> <td></td> - <td>Buggy min() and max()</td> + <td>operator()() per N2079</td> </tr> <tr> <td>5.1.5</td> @@ -2307,7 +2307,7 @@ permitted in any medium, provided this notice is preserved. <table width="100%" border="0"> <tr> <td> - <!-- IGNORE DIFF -->Last modified 2006-08-25 + <!-- IGNORE DIFF -->Last modified 2006-10-01 </td> <td align="right" valign="bottom"> <a href="http://validator.w3.org/check/referer"> |

