https://bugs.kde.org/show_bug.cgi?id=431306

--- Comment #10 from Mark Wielaard <m...@klomp.org> ---
(In reply to Amanieu d'Antras from comment #9)
> I'm not sure why we're not using that in the first place.

It took me a while to realize how this really works.

If options doesn't contain any "style" then the current_demangling_style is
added to the options in cplus_demangle:

  if ((options & DMGL_STYLE_MASK) == 0)
    options |= (int) current_demangling_style & DMGL_STYLE_MASK;

And by default current_demangling_style is DMGL_AUTO:
enum demangling_styles current_demangling_style = auto_demangling;

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to