Re: [Libmesh-devel] Fwd: header file path safety

2012-09-13 Thread Paul T. Bauman
On Thu, Sep 13, 2012 at 11:53 AM, Derek Gaston wrote: > > Hmmm that would also mean that you would have a class name that is > similar / the same as a libmesh class name. > Yes, but this is why use namespace religiously. > Do you not use "using namespace libmesh" ? > *NEVER* And I get re

[Libmesh-devel] Fwd: header file path safety

2012-09-13 Thread Derek Gaston
Oops - didn't reply all -- Forwarded message -- From: Derek Gaston Date: Thu, Sep 13, 2012 at 10:53 AM Subject: Re: [Libmesh-devel] header file path safety To: "Paul T. Bauman" On Thu, Sep 13, 2012 at 10:48 AM, Paul T. Bauman wrote: > I haven't complained, but I've already hi