Hello everybody,

In a file parallel_implementation.h there are lines:
173 // Anonymous namespace for helper functions
174 namespace {
175
176 // Safe to use this here since it won't "infect" anything outside the
177 // anonymous namespace
178 using namespace libMesh;
179

However,
the following resource
http://stackoverflow.com/questions/8775563/using-namespace-statement-inside-an-anonymous-namespace

tells that that "using" inside an anonymous namespace is not safe.
And I see the same in my system.

what do you think?
Michael.

-- 
Michael Povolotskyi, PhD
Research Assistant Professor
Network for Computational Nanotechnology
207 S Martin Jischke Drive
Purdue University, DLR, room 441-10
West Lafayette, Indiana 47907

phone: +1-765-494-9396
fax: +1-765-496-6026


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to