From: Paolo Carlini Date: Mon, 14 May 2007 10:52:05 +0000 (+0000) Subject: postypes.h (class fpos<>): Remove redundant forward declaration. X-Git-Tag: releases/gcc-4.3.0~5109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee60de3614cc99dcfd33e1123f00b35a4862096d;p=thirdparty%2Fgcc.git postypes.h (class fpos<>): Remove redundant forward declaration. 2007-05-14 Paolo Carlini * include/bits/postypes.h (class fpos<>): Remove redundant forward declaration. From-SVN: r124709 --- diff --git a/libstdc++-v3/include/bits/postypes.h b/libstdc++-v3/include/bits/postypes.h index 40570d988e72..8fc8cf986bb0 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 - class fpos; - /** * @brief Class representing stream positions. *