]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
postypes.h (class fpos<>): Remove redundant forward declaration.
authorPaolo Carlini <paolo@gcc.gnu.org>
Mon, 14 May 2007 10:52:05 +0000 (10:52 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 14 May 2007 10:52:05 +0000 (10:52 +0000)
2007-05-14  Paolo Carlini  <pcarlini@suse.de>

* include/bits/postypes.h (class fpos<>): Remove redundant forward
declaration.

From-SVN: r124709

libstdc++-v3/include/bits/postypes.h

index 40570d988e7283a24ac52317e5da83504dd114ea..8fc8cf986bb04e8aba9b5f1daaab17e6f6093c22 100644 (file)
@@ -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.
    *