From: Matthias Maier Date: Sun, 24 May 2020 04:38:16 +0000 (-0500) Subject: C++14 cleanup: deprecate headers X-Git-Tag: v9.3.0-rc1~1571^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e4f46f01b77d35211dfaffb656867d40c677b2;p=dealii.git C++14 cleanup: deprecate headers --- diff --git a/include/deal.II/base/std_cxx14/algorithm.h b/include/deal.II/base/std_cxx14/algorithm.h index 9925c5db76..eb579c2eed 100644 --- a/include/deal.II/base/std_cxx14/algorithm.h +++ b/include/deal.II/base/std_cxx14/algorithm.h @@ -17,6 +17,11 @@ #include +DEAL_II_WARNING( + "This file is deprecated. Simply use the corresponding C++14 header .") + + + #include DEAL_II_NAMESPACE_OPEN diff --git a/include/deal.II/base/std_cxx14/memory.h b/include/deal.II/base/std_cxx14/memory.h index b24fc1cd86..b1d1cd3a4a 100644 --- a/include/deal.II/base/std_cxx14/memory.h +++ b/include/deal.II/base/std_cxx14/memory.h @@ -17,6 +17,9 @@ #include +DEAL_II_WARNING( + "This file is deprecated. Simply use the corresponding C++14 header .") + #include DEAL_II_NAMESPACE_OPEN diff --git a/include/deal.II/base/std_cxx14/utility.h b/include/deal.II/base/std_cxx14/utility.h index 1d6008b4b5..8d4a466674 100644 --- a/include/deal.II/base/std_cxx14/utility.h +++ b/include/deal.II/base/std_cxx14/utility.h @@ -17,6 +17,9 @@ #include +DEAL_II_WARNING( + "This file is deprecated. Simply use the corresponding C++14 header .") + #include DEAL_II_NAMESPACE_OPEN