From: helly Date: Sun, 26 Feb 2006 20:36:09 +0000 (+0000) Subject: - The xsgetn implementation make gcc stumble X-Git-Tag: 0.13.6~445 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ac43eadc712d20267609e57666c80abaf16a475;p=re2c - The xsgetn implementation make gcc stumble --- diff --git a/stream_lc.h b/stream_lc.h index f260f2dd..b7505b08 100755 --- a/stream_lc.h +++ b/stream_lc.h @@ -220,6 +220,7 @@ protected: return c; } +#if 0 virtual std::streamsize xsgetn(_E* buf, std::streamsize n) { std::streamsize r = 0; @@ -235,6 +236,7 @@ protected: buf[r] = '\0'; return r; } +#endif virtual pos_type seekoff(off_type off, std::ios_base::seekdir whence, std::ios_base::openmode = (std::ios_base::openmode)(std::ios_base::in | std::ios_base::out))