Jean-Marc Lasgouttes wrote: > > + WordLangTuple(docstring const & w, Language * l) > > + : word_(w) > > + { > > + lang_ = l; > > + } > > Why don't you initialize lang_ along with word_?
I got a compile error. But it doesn't do now, so I'll change that. Jürgen