aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/random
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-03 10:54:41 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-03 10:54:41 +0000
commit58065e8fd229db89773d4be358c1f6186f0e47c2 (patch)
treeb9f61d7391f13503bbc1506d0cbd1e88685dbb81 /libstdc++-v3/include/std/random
parent8c92199d1cd0548d2315ae70e3e555eebfc51e3b (diff)
2009-04-03 Richard Guenther <rguenther@suse.de>alias-improvements
Merge from trunk r145494. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/alias-improvements@145496 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/random')
-rw-r--r--libstdc++-v3/include/std/random6
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>