dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #07808
Re: [HG DOLFIN] Add missing include in ALE.cpp.
On Tue, May 06, 2008 at 10:34:03AM +0200, Martin Sandve Alnæs wrote:
> 2008/5/6 Garth N. Wells <gnw20@xxxxxxxxx>:
> >
> >
> > Ilmar Wilbers wrote:
> >> I am using gcc 4.3. Compiled it myself. Still having problems with
> >> includes, see mail from 14.21 yesterday.
> >>
> >
> > I didn't test with Trilinos, but it looks like another case where
> > string.h needs to be included.
>
> In C++, you're supposed to include <cstring>, not <string.h>. This
> goes for all C library includes.
Yes. We had this in most places and I just fixed the remaining few
cases where we used string.h.
--
Anders
References