diff options
Diffstat (limited to 'libstdc++-v3/docs')
| -rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index f937a14fbd2..7a9e4ef15a6 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -574,6 +574,18 @@ <code>at(const key_type&)</code> to <code>std::map</code>. </dd> + <dt><a href="lwg-defects.html#508">508</a>: + <em>Bad parameters for ranlux64_base_01</em> + </dt> + <dd>Fix the parameters. + </dd> + + <dt><a href="lwg-active.html#512">512</a>: + <em>Seeding subtract_with_carry_01 from a single unsigned long</em> + </dt> + <dd>Construct a <code>linear_congruential</code> engine and seed with it. + </dd> + <dt><a href="lwg-active.html#538">538</a>: <em>DR 538. 241 again: Does unique_copy() require CopyConstructible and Assignable?</em> |

