[dune-pdelab] Deprecated typedefs and g++-4.1
Jö Fahlke
jorrit at jorrit.de
Wed Nov 17 13:07:00 CET 2010
Am Wed, 17. Nov 2010, 12:48:51 +0100 schrieb Jö Fahlke:
> A while ago I deprecated some typedefs in PDELab in favor of names that are
> shorter and less misleading in the context of global-valued finite elements.
> As it turns out now, there are some compilers (g++-4.1) that don't support
> deprecating typedefs and give an error if you try it. To make PDELab-based
> stuff work with those compilers, I'm going to remove the deprecated typedefs
> completely. I'm going to adapt dune-pdelab, dune-pdelab-howto and our dune-pm
> module. The typedefs concerned are
>
> FiniteElementMap::Traits::LocalFiniteElementType (==> FiniteElementType)
> GridFunctionSpace::Traits::LocalFiniteElementMapType (==> FiniteElementMapType)
> GridFunctionSpace::Traits::LocalFiniteElementType (==> FiniteElementType)
Here is another one I forgot to mention:
LocalFunctionSpace::Traits::LocalFiniteElementType (==> FiniteElementType)
Jö.
--
Computers are like air conditioners. Both stop working, if you open
windows.
-- Adam Heath
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 828 bytes
Desc: Digital signature
URL: <https://lists.dune-project.org/pipermail/dune-pdelab/attachments/20101117/782da2ad/attachment.sig>
More information about the dune-pdelab
mailing list