summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-14 10:52:05 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-14 10:52:05 +0000
commit2a7619763d83456ced3f4472b97ff2afd6de7d4d (patch)
tree224dfd58cf9dcf9d17444923b78d912d9a565280 /libstdc++-v3
parent37a5fded29a8fd0d4854a83e667ebb1db74fe2d2 (diff)
downloadgcc-2a7619763d83456ced3f4472b97ff2afd6de7d4d.tar.gz
2007-05-14 Paolo Carlini <pcarlini@suse.de>
* include/bits/postypes.h (class fpos<>): Remove redundant forward declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124709 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/include/bits/postypes.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libstdc++-v3/include/bits/postypes.h b/libstdc++-v3/include/bits/postypes.h
index 40570d988e7..8fc8cf986bb 100644
--- a/libstdc++-v3/include/bits/postypes.h
+++ b/libstdc++-v3/include/bits/postypes.h
@@ -1,6 +1,7 @@
// Position types -*- C++ -*-
-// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+// 2006, 2007
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
@@ -77,9 +78,6 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
/// Integral type for I/O operation counts and buffer sizes.
typedef ptrdiff_t streamsize; // Signed integral type
- template<typename _StateT>
- class fpos;
-
/**
* @brief Class representing stream positions.
*