From: Paolo Carlini Date: Mon, 14 May 2007 10:52:34 +0000 (+0000) Subject: postypes.h (class fpos<>): Remove redundant forward declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1398d72289eaa9d0f0b353edc93f36b909169763;p=gcc.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 c259322f74e..23e9e1cf08f 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.