Skip to content
Snippets Groups Projects
Commit 33027df0 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Deprecate the header fassign.hh

See FS1508. C++11 initializer lists should be used instead.
parent 650370ae
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
#ifndef DUNE_ASSIGN_HH
#define DUNE_ASSIGN_HH
#warning The header <dune/common/fassign.hh> is deprecated and will be removed after the\
release of dune-common-2.4. Please use C++11 initializer lists instead.
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/unused.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment