From: Wolfgang Bangerth Date: Tue, 3 Dec 2019 01:53:21 +0000 (-0700) Subject: Deprecate the files in base/std_cxx11 -- we no longer need them. X-Git-Tag: v9.2.0-rc1~821^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=855e278215780ebcc3940da9f77b0d6acc3eb8be;p=dealii.git Deprecate the files in base/std_cxx11 -- we no longer need them. --- diff --git a/include/deal.II/base/std_cxx11/array.h b/include/deal.II/base/std_cxx11/array.h index be2dcfd1ed..c34e24696d 100644 --- a/include/deal.II/base/std_cxx11/array.h +++ b/include/deal.II/base/std_cxx11/array.h @@ -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 ." #include diff --git a/include/deal.II/base/std_cxx11/bind.h b/include/deal.II/base/std_cxx11/bind.h index 35b421664e..7647deff95 100644 --- a/include/deal.II/base/std_cxx11/bind.h +++ b/include/deal.II/base/std_cxx11/bind.h @@ -17,6 +17,9 @@ #define dealii_std_cxx11_bind_h +#warning \ + "This file is deprecated. Simply use the corresponding C++11 header ." + #include #include diff --git a/include/deal.II/base/std_cxx11/condition_variable.h b/include/deal.II/base/std_cxx11/condition_variable.h index e71af5e907..730a5f0a8c 100644 --- a/include/deal.II/base/std_cxx11/condition_variable.h +++ b/include/deal.II/base/std_cxx11/condition_variable.h @@ -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 ." #include diff --git a/include/deal.II/base/std_cxx11/function.h b/include/deal.II/base/std_cxx11/function.h index db9516034f..2efbc79f15 100644 --- a/include/deal.II/base/std_cxx11/function.h +++ b/include/deal.II/base/std_cxx11/function.h @@ -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 ." #include diff --git a/include/deal.II/base/std_cxx11/iterator.h b/include/deal.II/base/std_cxx11/iterator.h index 573d1fe90c..230f31b2d9 100644 --- a/include/deal.II/base/std_cxx11/iterator.h +++ b/include/deal.II/base/std_cxx11/iterator.h @@ -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 ." + #include #include diff --git a/include/deal.II/base/std_cxx11/mutex.h b/include/deal.II/base/std_cxx11/mutex.h index d89b6d6240..9c87e179da 100644 --- a/include/deal.II/base/std_cxx11/mutex.h +++ b/include/deal.II/base/std_cxx11/mutex.h @@ -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 ." #include diff --git a/include/deal.II/base/std_cxx11/shared_ptr.h b/include/deal.II/base/std_cxx11/shared_ptr.h index abd4e85818..36089f472e 100644 --- a/include/deal.II/base/std_cxx11/shared_ptr.h +++ b/include/deal.II/base/std_cxx11/shared_ptr.h @@ -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 ." #include diff --git a/include/deal.II/base/std_cxx11/thread.h b/include/deal.II/base/std_cxx11/thread.h index 56550b460e..cdfb4dd62b 100644 --- a/include/deal.II/base/std_cxx11/thread.h +++ b/include/deal.II/base/std_cxx11/thread.h @@ -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 ." #include diff --git a/include/deal.II/base/std_cxx11/tuple.h b/include/deal.II/base/std_cxx11/tuple.h index 4041e87015..aa2606914f 100644 --- a/include/deal.II/base/std_cxx11/tuple.h +++ b/include/deal.II/base/std_cxx11/tuple.h @@ -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 ." #include diff --git a/include/deal.II/base/std_cxx11/type_traits.h b/include/deal.II/base/std_cxx11/type_traits.h index 389cf2ce9d..297640cd57 100644 --- a/include/deal.II/base/std_cxx11/type_traits.h +++ b/include/deal.II/base/std_cxx11/type_traits.h @@ -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 ." #include diff --git a/include/deal.II/base/std_cxx11/unique_ptr.h b/include/deal.II/base/std_cxx11/unique_ptr.h index 6c26b37c15..d14404cd1a 100644 --- a/include/deal.II/base/std_cxx11/unique_ptr.h +++ b/include/deal.II/base/std_cxx11/unique_ptr.h @@ -17,6 +17,9 @@ #define dealii_std_cxx11_unique_ptr_h +#warning \ + "This file is deprecated. Simply use the corresponding C++11 header ." + #include #include