From 78fa66448c770aa99b6f69113061eb5d77581627 Mon Sep 17 00:00:00 2001 From: kan Date: Mon, 10 Feb 2003 05:47:54 +0000 Subject: Gcc 3.2.2-release C++ support bits. --- contrib/libstdc++/include/bits/fstream.tcc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'contrib/libstdc++/include/bits/fstream.tcc') diff --git a/contrib/libstdc++/include/bits/fstream.tcc b/contrib/libstdc++/include/bits/fstream.tcc index 66cb9a1..0b3bec1 100644 --- a/contrib/libstdc++/include/bits/fstream.tcc +++ b/contrib/libstdc++/include/bits/fstream.tcc @@ -1,6 +1,6 @@ // File based streams -*- C++ -*- -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -461,10 +461,7 @@ namespace std bool __testbeg = gptr() == eback() && pptr() == pbase(); if (__testbeg && _M_buf_locale != __loc) - { - _M_buf_locale = __loc; - _M_buf_locale_init = true; - } + _M_buf_locale = __loc; // NB this may require the reconversion of previously // converted chars. This in turn may cause the reconstruction -- cgit v1.1