diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-03 10:01:47 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-03 10:01:47 +0000 |
| commit | 5c5d5311fbca9e18422cd2540973ffb3f39020bb (patch) | |
| tree | 65dc3a5d247b40517b02d7c53e1b71fbc7ab3d12 /libstdc++-v3/include/std/random | |
| parent | 4e6c8a10fe00011b398e840bde07537cb7d2624f (diff) | |
| download | ppe42-gcc-5c5d5311fbca9e18422cd2540973ffb3f39020bb.tar.gz ppe42-gcc-5c5d5311fbca9e18422cd2540973ffb3f39020bb.zip | |
2009-04-03 Paolo Carlini <paolo.carlini@oracle.com>
* include/tr1_impl/random: Remove, empty.
* include/tr1_impl/random.tcc: Likewise.
* include/std/random: Minor clean-ups, formatting fixes, adjust
copyright years.
* include/bits/random.tcc: Likewise.
* include/bits/random.h: Likewise.
* include/tr1/random: Likewise.
* include/tr1/random.tcc: Likewise.
* include/tr1/random.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145493 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/random')
| -rw-r--r-- | libstdc++-v3/include/std/random | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libstdc++-v3/include/std/random b/libstdc++-v3/include/std/random index 52a0b73cf33..ad79a87e82f 100644 --- a/libstdc++-v3/include/std/random +++ b/libstdc++-v3/include/std/random @@ -1,6 +1,6 @@ // <random> -*- C++ -*- -// Copyright (C) 2007, 2008 Free Software Foundation, Inc. +// Copyright (C) 2007, 2008, 2009 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 @@ -40,10 +40,6 @@ # include <c++0x_warning.h> #else -#if defined(_GLIBCXX_INCLUDE_AS_TR1) -# error C++0x header cannot be included from TR1 header -#endif - #include <cmath> #include <cstdio> #include <cstdlib> |

