Commit f0e1e86d by Edward Smith-Rowland Committed by Edward Smith-Rowland

Fix a paste-o in ext/random.tcc - declared an Adapted urng that was not used ot needed.

From-SVN: r191371
parent cf679169
2012-09-16 Edward Smith-Rowland <3dw4rd@verizon.net>
* include/ext/random.tcc (__gnu_cxx::rice_distribution<>
::__generate_impl): Remove bogus _Adaptor usage.
2012-09-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/ext/random (rice_distribution<>::operator==): Change
......
......@@ -762,9 +762,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
{
__glibcxx_function_requires(_OutputIteratorConcept<_OutputIterator>)
std::__detail::_Adaptor<_UniformRandomNumberGenerator, result_type>
__aurng(__urng);
while (__f != __t)
{
typename std::normal_distribution<result_type>::param_type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment