On December 5, 2019 5:31:59 PM GMT+01:00, Michael Matz <m...@suse.de> wrote: >Hi, > >On Thu, 5 Dec 2019, Richard Biener wrote: > >> On December 5, 2019 3:35:17 PM GMT+01:00, Tom Tromey <t...@tromey.com> >wrote: >> >>>>>> "Martin" == Martin Liška <mli...@suse.cz> writes: >> > >> >Martin> + /* Default constructor. */ >> >Martin> + symtab_node (symtab_type t) >> > >> >FWIW, in gdb, we normally make single-argument constructors >"explicit". >> >This helps avoid surprises with implicit conversions. >> >> Indeed - please adjust that as well. > >Explicit ctors are a c++11+ feature.
Surely not. Richard. > >Ciao, >Michael.