aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext
diff options
context:
space:
mode:
authorEdward Smith-Rowland <3dw4rd@verizon.net>2012-09-17 03:46:40 +0000
committerEdward Smith-Rowland <3dw4rd@verizon.net>2012-09-17 03:46:40 +0000
commitc8b0ebfa8c6756cf1bef8c13c769ae35434eeaaa (patch)
treefd31443b0e5107e0ba7902859a441ac420729813 /libstdc++-v3/include/ext
parent4f5a4f21b35ab5f83b126728728e896c12b3219d (diff)
Fix a paste-o in ext/random.tcc - declared an Adapted urng that was not used ot needed.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@191371 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/ext')
-rw-r--r--libstdc++-v3/include/ext/random.tcc3
1 files changed, 0 insertions, 3 deletions
diff --git a/libstdc++-v3/include/ext/random.tcc b/libstdc++-v3/include/ext/random.tcc
index 6aa049a4f87..24735b41120 100644
--- a/libstdc++-v3/include/ext/random.tcc
+++ b/libstdc++-v3/include/ext/random.tcc
@@ -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