aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2011-01-21 19:41:13 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2011-01-21 19:41:13 +0000
commitee3ee948de7684e4542acd501239fd4105ad4221 (patch)
treea3dfa1fe8287894a806cbcb83ffe8fdaf14abc80 /libstdc++-v3/include/tr1
parentaaa52a96feb60e1575f284e2fe87a851ec312b61 (diff)
downloadgcc-ee3ee948de7684e4542acd501239fd4105ad4221.zip
gcc-ee3ee948de7684e4542acd501239fd4105ad4221.tar.gz
gcc-ee3ee948de7684e4542acd501239fd4105ad4221.tar.bz2
c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.
2011-01-21 Benjamin Kosnik <bkoz@redhat.com> * include/bits/c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove. * include/debug/safe_sequence.h: Same. * include/debug/safe_iterator.h: Same. * include/std/forward_list: Same. * include/std/deque: Same. * include/std/list: Same. * include/std/random: Same. * include/std/streambuf: Same. * include/std/fstream: Same. * include/std/istream: Same. * include/std/string: Same. * include/std/ostream: Same. * include/std/sstream: Same. * include/ext/vstring.h: Same. * include/bits/basic_ios.h: Same. * include/bits/locale_classes.h: Same. * include/bits/locale_facets.h: Same. * include/bits/valarray_array.h: Same. * include/bits/locale_facets_nonio.h: Same. * include/tr1/random: Same. From-SVN: r169102
Diffstat (limited to 'libstdc++-v3/include/tr1')
-rw-r--r--libstdc++-v3/include/tr1/random8
1 files changed, 2 insertions, 6 deletions
diff --git a/libstdc++-v3/include/tr1/random b/libstdc++-v3/include/tr1/random
index b703d03..5592647 100644
--- a/libstdc++-v3/include/tr1/random
+++ b/libstdc++-v3/include/tr1/random
@@ -1,6 +1,6 @@
// random number generation -*- C++ -*-
-// Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2006, 2007, 2008, 2009, 2011 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
@@ -44,11 +44,7 @@
#include <debug/debug.h>
#include <tr1/type_traits>
#include <tr1/cmath>
-
#include <tr1/random.h>
-
-#ifndef _GLIBCXX_EXPORT_TEMPLATE
-# include <tr1/random.tcc>
-#endif
+#include <tr1/random.tcc>
#endif // _GLIBCXX_TR1_RANDOM