This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] PATCH to make _BracketMatcher::_S_cache_size a variable
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>, gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 10 May 2018 20:08:22 +0100
- Subject: Re: [v3] PATCH to make _BracketMatcher::_S_cache_size a variable
- References: <CADzB+2nPOjk5wj99pG5LCCz1HxFuSZe2bgf4DEEycbYegQ1pOg@mail.gmail.com>
On 10/05/18 13:59 -0400, Jason Merrill wrote:
There doesn't seem to be any reason for _S_cache_size to be a function
rather than a variable. OK for trunk?
I vaguely recall some problem with that constant, maybe it didn't work
as a variable once upon a time. If that was ever true it was fixed
long ago so the change is OK, thanks.