]> https://gitweb.dealii.org/ - dealii.git/commitdiff
C++14 cleanup: deprecate headers
authorMatthias Maier <tamiko@43-1.org>
Sun, 24 May 2020 04:38:16 +0000 (23:38 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sun, 24 May 2020 05:02:54 +0000 (00:02 -0500)
include/deal.II/base/std_cxx14/algorithm.h
include/deal.II/base/std_cxx14/memory.h
include/deal.II/base/std_cxx14/utility.h

index 9925c5db76d328fd92793f1d84265010558037cc..eb579c2eedaaccf00611e9616a5857bb1d54cae7 100644 (file)
 
 #include <deal.II/base/config.h>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++14 header <algorithm>.")
+
+
+
 #include <algorithm>
 
 DEAL_II_NAMESPACE_OPEN
index b24fc1cd8616f3d3fefe8c589ff313bfcc7b24a9..b1d1cd3a4a41a5d9911a1cc6de4ca04a8d8d795c 100644 (file)
@@ -17,6 +17,9 @@
 
 #include <deal.II/base/config.h>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++14 header <memory>.")
+
 #include <memory>
 
 DEAL_II_NAMESPACE_OPEN
index 1d6008b4b585b797fa6ff4e677c3750d98bf10a5..8d4a46667499285a58e1b3b47ee504a0a49eff40 100644 (file)
@@ -17,6 +17,9 @@
 
 #include <deal.II/base/config.h>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++14 header <utility>.")
+
 #include <utility>
 
 DEAL_II_NAMESPACE_OPEN

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.