[PATCH] Qt: Implement trip merging logic

Linus Torvalds torvalds at linux-foundation.org
Wed Jun 26 22:59:28 PDT 2013


On Wed, Jun 26, 2013 at 7:54 PM, Thiago Macieira <thiago at macieira.org> wrote:
>
> If you make it a member function, it needs to be mentioned in the header.

I was afraid of that. Annoying.

I realized I could just make it a "normal" function like your
suggested approach, but then you don't get the private namespace and
you have to mention "this" explicitly. So I was hoping there was some
"best of both worlds" model that would allow for local helper
functions like this.

Oh well. It's not like I started out with high expectations..

               Linus


More information about the subsurface mailing list