From: Paolo Carlini Date: Mon, 14 May 2007 10:52:34 +0000 (+0000) Subject: postypes.h (class fpos<>): Remove redundant forward declaration. X-Git-Tag: releases/gcc-4.3.0~5108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1398d72289eaa9d0f0b353edc93f36b909169763;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: r124710 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c259322f74ea..23e9e1cf08ff 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2007-05-14 Paolo Carlini + + * include/bits/postypes.h (class fpos<>): Remove redundant forward + declaration. + 2007-05-13 Paolo Carlini * include/bits/stl_tempbuf.h (return_temporary_buffer(_Tp*)): Inline.