Re: [PATCH, dwarflint] Explicitly qualify specializations of elfutils::to_string

2018-02-23 Thread Djordje Todorovic
ccing David On 23.02.2018. 17:47, Djordje Todorovic wrote: > Hi David, > > This looks good to me, but Mark or someone else must approve. > > Thanks, > Djordje > > On 23.02.2018. 15:54, David Malcolm wrote: >> I attempted to build the "dwarflint" branch with gcc 7.3.1 , but ran >> into various p

Re: [PATCH, dwarflint] Explicitly qualify specializations of elfutils::to_string

2018-02-23 Thread Djordje Todorovic
Hi David, This looks good to me, but Mark or someone else must approve. Thanks, Djordje On 23.02.2018. 15:54, David Malcolm wrote: > I attempted to build the "dwarflint" branch with gcc 7.3.1 , but ran > into various problems of the form: > > c++/known.cc:220:1: error: explicit specialization o

[PATCH, dwarflint] Explicitly qualify specializations of elfutils::to_string

2018-02-23 Thread David Malcolm
I attempted to build the "dwarflint" branch with gcc 7.3.1 , but ran into various problems of the form: c++/known.cc:220:1: error: explicit specialization of ‘template std::__cxx11::string elfutils::to_string(const type&)’ outside its namespace must use a nested-name-specifier [-fpermissive] to