Hello libmesh users!,
I am trying to compile a modified example Libmesh code as testing for part
of the installation of a larger software package and I get errors that are
mainly within my header files. One of the errors I get (I'm using the gnu
compiler) is:

/usr/local/include/libmesh/parallel.h:328:37: error:
‘libMesh::Parallel::dependent_false<T>::value’ is not a type
   static_assert(dependent_false<T>::value,
                                     ^
/usr/local/include/libmesh/parallel.h:329:17: error: expected identifier
before string constant
                 "Only specializations of StandardType may be used, did you
forget to include a header file (e.g. parallel_algebra.h)?");


I have similar problems with other header files in libmesh but I wanted to
ask about this first since I might be able to fix the problem with using
the header files in the same way the problem with parallel.h is fixed.

Thank you for reading this,
Harry Pearce
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to