diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-08 17:42:12 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-02-08 17:42:12 +0000 |
| commit | 113bf78bc97a4effe454873eb6784ce5f34b98cb (patch) | |
| tree | 0a01259d2ec5d6e05a673e332f5e5a5912810a14 /libstdc++-v3/include/std/random | |
| parent | d1c95ff78f7222d26d6fc2055e75a0ab79a7c8cd (diff) | |
| download | ppe42-gcc-113bf78bc97a4effe454873eb6784ce5f34b98cb.tar.gz ppe42-gcc-113bf78bc97a4effe454873eb6784ce5f34b98cb.zip | |
2010-02-08 Ed Smith-Rowland <3dw4rd@verizon.net>
* include/bits/random.tcc (uniform_int_distribution<>::
operator()(_UniformRandomNumberGenerator&, const param_type&)):
Use make_unsigned instead of __add_unsigned and conditional
instead of __conditional_type.
* include/std/random: Do not include <ext/type_traits.h> and
<ext/numeric_traits.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156608 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/random')
| -rw-r--r-- | libstdc++-v3/include/std/random | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libstdc++-v3/include/std/random b/libstdc++-v3/include/std/random index 72d3ceb7f43..c1c7cdfda45 100644 --- a/libstdc++-v3/include/std/random +++ b/libstdc++-v3/include/std/random @@ -1,6 +1,6 @@ // <random> -*- C++ -*- -// Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -41,8 +41,6 @@ #include <string> #include <iosfwd> #include <limits> -#include <ext/type_traits.h> -#include <ext/numeric_traits.h> #include <debug/debug.h> #include <type_traits> |

