Re: C++ PATCH to warn about undefined functions in anonymous namespace

2013-06-12 Thread Gabriel Dos Reis
On Mon, Jun 10, 2013 at 2:37 PM, Jason Merrill wrote: > Since members of the anonymous namespace can't be defined in another > translation unit, we should treat them like statics for diagnostic purposes. > > Tested x86_64-pc-linux-gnu, applying to trunk. Thank you! -- Gaby

C++ PATCH to warn about undefined functions in anonymous namespace

2013-06-10 Thread Jason Merrill
Since members of the anonymous namespace can't be defined in another translation unit, we should treat them like statics for diagnostic purposes. Tested x86_64-pc-linux-gnu, applying to trunk. commit 815fbf1df6dafdbeb04a35827222d78c9b419219 Author: Jason Merrill Date: Mon Jun 10 12:29:35 2013