| List: | Commits | « Previous MessageNext Message » | |
| From: | Konstantin Osipov | Date: | September 16 2010 9:46am |
| Subject: | Re: bzr commit into mysql-next-mr-opt-team branch (tor.didriksen:3215) WL#1393 | ||
| View as plain text | |||
* Tor Didriksen <tor.didriksen@stripped> [10/09/16 13:42]: > >>+Bounded_queue::Bounded_queue() > >>+{ > >>+ memset(&m_queue, 0, sizeof(m_queue)); > >>+} > >Why not make it a generic C++ template wrapper around mysys queue? > > > >Could be done in a separate pre-requisite patch, I would love > >to review it (but I don't think there will be shortage of > >reviewers from the optimizer team). > I will consider it, if we agree to remove -fno-implicit-templates Why is this related? We have templates for lists and they work just fine with -fno-implicit-templates. --
