You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by Marvin Humphrey <ma...@rectangular.com> on 2013/09/30 21:56:58 UTC

[lucy-dev] const CharBuf* -> const String* -> String*

On Sat, Sep 28, 2013 at 10:33 AM,  <nw...@apache.org> wrote:
> Convert "const String" to "String"

> Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
> Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/1929b635
> Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/1929b635
> Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/1929b635

So happy to see this!  Now we can remove the
casting-away-const-ness hack in our method invocation inline funcs.

Marvin Humphrey