]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Deprecate the files in base/std_cxx11 -- we no longer need them.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 3 Dec 2019 01:53:21 +0000 (18:53 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 3 Dec 2019 18:20:53 +0000 (11:20 -0700)
include/deal.II/base/std_cxx11/array.h
include/deal.II/base/std_cxx11/bind.h
include/deal.II/base/std_cxx11/condition_variable.h
include/deal.II/base/std_cxx11/function.h
include/deal.II/base/std_cxx11/iterator.h
include/deal.II/base/std_cxx11/mutex.h
include/deal.II/base/std_cxx11/shared_ptr.h
include/deal.II/base/std_cxx11/thread.h
include/deal.II/base/std_cxx11/tuple.h
include/deal.II/base/std_cxx11/type_traits.h
include/deal.II/base/std_cxx11/unique_ptr.h

index be2dcfd1ed097260ce7a40bfa8585581259954f6..c34e24696ded86f54a62f2e9a061039a44cd6ba6 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef dealii_std_cxx11_array_h
 #define dealii_std_cxx11_array_h
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <array>."
 
 #include <deal.II/base/config.h>
 
index 35b421664e3c523cb9cab04fd213ac5878903a6d..7647deff950dee7e04f6e1acdbc12ebdf8a4a977 100644 (file)
@@ -17,6 +17,9 @@
 #define dealii_std_cxx11_bind_h
 
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <functional>."
+
 #include <deal.II/base/config.h>
 
 #include <functional>
index e71af5e907730013d1184b25b1f9ce38720dceba..730a5f0a8cf38e95ba0e5fd0bfba22d5f1671ee0 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef dealii_std_cxx11_condition_variable_h
 #define dealii_std_cxx11_condition_variable_h
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <condition_variable>."
 
 #include <deal.II/base/config.h>
 
index db9516034fdb862a8cbe96bc97dac8dddb517fab..2efbc79f155644fd7678000b0cbd188bef3b56b7 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef dealii_std_cxx11_function_h
 #define dealii_std_cxx11_function_h
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <functional>."
 
 #include <deal.II/base/config.h>
 
index 573d1fe90caf145a4c1458ce60a0d42b4b1c33b3..230f31b2d946f44af3d48b6c2eaa9388d4bbf483 100644 (file)
@@ -16,6 +16,9 @@
 #ifndef dealii_std_cxx11_iterator_h
 #define dealii_std_cxx11_iterator_h
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <iterator>."
+
 #include <deal.II/base/config.h>
 
 #include <iterator>
index d89b6d62408c1780af2422512c833d75ea72d156..9c87e179da4da839269343426d1d3643c8ae87b7 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef dealii_std_cxx11_mutex_h
 #define dealii_std_cxx11_mutex_h
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <mutex>."
 
 #include <deal.II/base/config.h>
 
index abd4e858185de313ae7590bfebf08170366dc1c9..36089f472ebe7af7a9f5f1d9a5e26f076089a11b 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef dealii_std_cxx11_shared_ptr_h
 #define dealii_std_cxx11_shared_ptr_h
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <memory>."
 
 #include <deal.II/base/config.h>
 
index 56550b460edc05b533fd2c179cde610e49d270b6..cdfb4dd62b421194a7a65d98d501937f30efd57a 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef dealii_std_cxx11_thread_h
 #define dealii_std_cxx11_thread_h
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <thread>."
 
 #include <deal.II/base/config.h>
 
index 4041e870153f325d85e53f6dc66985dbbace0d45..aa2606914f136dd9c63731c9d9835c4977bf5703 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef dealii_std_cxx11_tuple_h
 #define dealii_std_cxx11_tuple_h
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <tuple>."
 
 #include <deal.II/base/config.h>
 
index 389cf2ce9d2efbf51f71d4b3f7cbb206a3e17472..297640cd57736c37fae338700baef4d63a2a12aa 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef dealii_std_cxx11_type_traits_h
 #define dealii_std_cxx11_type_traits_h
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <type_traits>."
 
 #include <deal.II/base/config.h>
 
index 6c26b37c1526bf17b2a356e06f3d8f15aaf7bcc6..d14404cd1afa07c06a95ac91b5e3209c7f811850 100644 (file)
@@ -17,6 +17,9 @@
 #define dealii_std_cxx11_unique_ptr_h
 
 
+#warning \
+  "This file is deprecated. Simply use the corresponding C++11 header <memory>."
+
 #include <deal.II/base/config.h>
 
 #include <memory>

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.