Date: Sun, 11 May 1997 13:45:00 -0600 From: Warner Losh <imp@village.org> To: Timothy Moore <moore@WOLFENET.com> Cc: freebsd-hackers@freebsd.org Subject: Re: g++ shared library segfaults Message-ID: <E0wQeYG-00032k-00@rover.village.org> In-Reply-To: Your message of "Fri, 09 May 1997 16:28:53 PDT." <199705092328.QAA24652@gonzo.wolfenet.com> References: <199705092328.QAA24652@gonzo.wolfenet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <199705092328.QAA24652@gonzo.wolfenet.com> Timothy Moore writes: : Uh, that's not an illegal reference. The scope of i extends to the : end of the containing block, not the end of the "for" statement. No. That's not right. It, per the new C++ standard, now extends to the end of the for block. ANSI changed that. Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0wQeYG-00032k-00>