29 Aug
2017
29 Aug
'17
4:31 p.m.
On Aug 29, 2017, at 9:29 AM, Darin Adler <darin@apple.com> wrote:
On Aug 29, 2017, at 9:12 AM, Keith Miller <keith_miller@apple.com> wrote:
Unfortunately, if you ‘using namespace’ in a namespace all subsequent copies of that namespace will also see the ‘using’.
So this requires FILENAME:: at each call site?
Sadly, Yes. :(
— Darin