]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use DEAL_II_WARNING instead. 9133/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 3 Dec 2019 18:20:33 +0000 (11:20 -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 c34e24696ded86f54a62f2e9a061039a44cd6ba6..147c97f8d02c6c5326a37779d349ef96881b7614 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <array>.")
+
+
 #include <array>
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
index 7647deff950dee7e04f6e1acdbc12ebdf8a4a977..9c89df60053baf77e2b525c98ca9a787e567701b 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <functional>.")
+
 #include <functional>
 
 DEAL_II_NAMESPACE_OPEN
index 730a5f0a8cf38e95ba0e5fd0bfba22d5f1671ee0..288abcbac90e32d4ee281f2b2188b1ca0e73c956 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <condition_variable>.")
+
 #include <condition_variable>
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
index 2efbc79f155644fd7678000b0cbd188bef3b56b7..401c69e2da9f4ad9d0577c7c094dad2658378555 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <functional>.")
+
 #include <functional>
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
index 230f31b2d946f44af3d48b6c2eaa9388d4bbf483..36c56e6dedfa8d0b51ce3289dbdfbc524aa89131 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <iterator>.")
+
+
 #include <iterator>
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
index 9c87e179da4da839269343426d1d3643c8ae87b7..d7e1a6c29eb037e76292fa267f8bb16442f1f83d 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <mutex>.")
+
 #include <mutex>
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
index 36089f472ebe7af7a9f5f1d9a5e26f076089a11b..5d08fd996fe261c06f9f28dedf76342ad0bf35bc 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <memory>.")
+
+
 #include <memory>
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
index cdfb4dd62b421194a7a65d98d501937f30efd57a..72435db880e9c477731599180d4dbd19aa7ab278 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <thread>.")
+
 #include <thread>
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
index aa2606914f136dd9c63731c9d9835c4977bf5703..7134fcbc899d1f6fe11d552283f2943cc5de50d8 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <tuple>.")
+
 #include <tuple>
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
index 297640cd57736c37fae338700baef4d63a2a12aa..df195bc0f295c7bc5343333022bcb64dbc236f30 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <type_traits>.")
+
+
 #include <type_traits>
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
index d14404cd1afa07c06a95ac91b5e3209c7f811850..5f1599b8edbb4c2920e6facacb261d4aaca1197c 100644 (file)
 #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>
 
+DEAL_II_WARNING(
+  "This file is deprecated. Simply use the corresponding C++11 header <memory>.")
+
+
 #include <memory>
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11

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.