From 34ec2ec56572783ea46032f71b43b4f8952dbb73 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 11 Jun 2018 12:37:21 +0200 Subject: [PATCH] Deprecate FunctionMap --- include/deal.II/dofs/function_map.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/deal.II/dofs/function_map.h b/include/deal.II/dofs/function_map.h index 5426d5767f..3d48930f8e 100644 --- a/include/deal.II/dofs/function_map.h +++ b/include/deal.II/dofs/function_map.h @@ -15,6 +15,7 @@ #ifndef dealii_function_map_h #define dealii_function_map_h +#warning This file is deprecated. #include @@ -73,13 +74,16 @@ class Function; * @author Wolfgang Bangerth, Ralf Hartmann, 2001 */ template -struct FunctionMap +struct DEAL_II_DEPRECATED FunctionMap { /** * Declare the type as discussed above. Since we can't name it FunctionMap * (as that would ambiguate a possible constructor of this class), name it * in the fashion of the standard container local typedefs. + * + * @deprecated Use the alias type directly. */ + DEAL_II_DEPRECATED typedef std::map *> type; }; -- 2.39.5