From 7bb88daea785b89b0baa0f3c60df039501248c59 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 2 Dec 2019 18:30:27 -0700 Subject: [PATCH] Remove long deprecated headers for C++1x. --- include/deal.II/base/std_cxx1x/array.h | 27 ------------------- include/deal.II/base/std_cxx1x/bind.h | 27 ------------------- .../base/std_cxx1x/condition_variable.h | 27 ------------------- include/deal.II/base/std_cxx1x/function.h | 27 ------------------- include/deal.II/base/std_cxx1x/mutex.h | 27 ------------------- include/deal.II/base/std_cxx1x/shared_ptr.h | 27 ------------------- include/deal.II/base/std_cxx1x/thread.h | 27 ------------------- include/deal.II/base/std_cxx1x/tuple.h | 27 ------------------- include/deal.II/base/std_cxx1x/type_traits.h | 27 ------------------- 9 files changed, 243 deletions(-) delete mode 100644 include/deal.II/base/std_cxx1x/array.h delete mode 100644 include/deal.II/base/std_cxx1x/bind.h delete mode 100644 include/deal.II/base/std_cxx1x/condition_variable.h delete mode 100644 include/deal.II/base/std_cxx1x/function.h delete mode 100644 include/deal.II/base/std_cxx1x/mutex.h delete mode 100644 include/deal.II/base/std_cxx1x/shared_ptr.h delete mode 100644 include/deal.II/base/std_cxx1x/thread.h delete mode 100644 include/deal.II/base/std_cxx1x/tuple.h delete mode 100644 include/deal.II/base/std_cxx1x/type_traits.h diff --git a/include/deal.II/base/std_cxx1x/array.h b/include/deal.II/base/std_cxx1x/array.h deleted file mode 100644 index ba2f27c355..0000000000 --- a/include/deal.II/base/std_cxx1x/array.h +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2014-2016 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - -#ifndef dealii_std_cxx1x_array_h -#define dealii_std_cxx1x_array_h - -// this file is deprecated. simply include the one we use now -#include "../std_cxx11/array.h" - -// then allow using the old namespace name instead of the new one -DEAL_II_NAMESPACE_OPEN -namespace std_cxx1x = std_cxx11; -DEAL_II_NAMESPACE_CLOSE - -#endif diff --git a/include/deal.II/base/std_cxx1x/bind.h b/include/deal.II/base/std_cxx1x/bind.h deleted file mode 100644 index b3bfd61211..0000000000 --- a/include/deal.II/base/std_cxx1x/bind.h +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2014-2016 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - -#ifndef dealii_std_cxx1x_bind_h -#define dealii_std_cxx1x_bind_h - -// this file is deprecated. simply include the one we use now -#include "../std_cxx11/bind.h" - -// then allow using the old namespace name instead of the new one -DEAL_II_NAMESPACE_OPEN -namespace std_cxx1x = std_cxx11; -DEAL_II_NAMESPACE_CLOSE - -#endif diff --git a/include/deal.II/base/std_cxx1x/condition_variable.h b/include/deal.II/base/std_cxx1x/condition_variable.h deleted file mode 100644 index 3d57322518..0000000000 --- a/include/deal.II/base/std_cxx1x/condition_variable.h +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2014-2016 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - -#ifndef dealii_std_cxx1x_condition_variable_h -#define dealii_std_cxx1x_condition_variable_h - -// this file is deprecated. simply include the one we use now -#include "../std_cxx11/condition_variable.h" - -// then allow using the old namespace name instead of the new one -DEAL_II_NAMESPACE_OPEN -namespace std_cxx1x = std_cxx11; -DEAL_II_NAMESPACE_CLOSE - -#endif diff --git a/include/deal.II/base/std_cxx1x/function.h b/include/deal.II/base/std_cxx1x/function.h deleted file mode 100644 index 79d38ddcbb..0000000000 --- a/include/deal.II/base/std_cxx1x/function.h +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2014-2016 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - -#ifndef dealii_std_cxx1x_function_h -#define dealii_std_cxx1x_function_h - -// this file is deprecated. simply include the one we use now -#include "../std_cxx11/function.h" - -// then allow using the old namespace name instead of the new one -DEAL_II_NAMESPACE_OPEN -namespace std_cxx1x = std_cxx11; -DEAL_II_NAMESPACE_CLOSE - -#endif diff --git a/include/deal.II/base/std_cxx1x/mutex.h b/include/deal.II/base/std_cxx1x/mutex.h deleted file mode 100644 index 988fc26c7f..0000000000 --- a/include/deal.II/base/std_cxx1x/mutex.h +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2014-2016 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - -#ifndef dealii_std_cxx1x_mutex_h -#define dealii_std_cxx1x_mutex_h - -// this file is deprecated. simply include the one we use now -#include "../std_cxx11/mutex.h" - -// then allow using the old namespace name instead of the new one -DEAL_II_NAMESPACE_OPEN -namespace std_cxx1x = std_cxx11; -DEAL_II_NAMESPACE_CLOSE - -#endif diff --git a/include/deal.II/base/std_cxx1x/shared_ptr.h b/include/deal.II/base/std_cxx1x/shared_ptr.h deleted file mode 100644 index 53f015b884..0000000000 --- a/include/deal.II/base/std_cxx1x/shared_ptr.h +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2014-2016 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - -#ifndef dealii_std_cxx1x_shared_ptr_h -#define dealii_std_cxx1x_shared_ptr_h - -// this file is deprecated. simply include the one we use now -#include "../std_cxx11/shared_ptr.h" - -// then allow using the old namespace name instead of the new one -DEAL_II_NAMESPACE_OPEN -namespace std_cxx1x = std_cxx11; -DEAL_II_NAMESPACE_CLOSE - -#endif diff --git a/include/deal.II/base/std_cxx1x/thread.h b/include/deal.II/base/std_cxx1x/thread.h deleted file mode 100644 index 5ca3ba980d..0000000000 --- a/include/deal.II/base/std_cxx1x/thread.h +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2014-2016 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - -#ifndef dealii_std_cxx1x_thread_h -#define dealii_std_cxx1x_thread_h - -// this file is deprecated. simply include the one we use now -#include "../std_cxx11/thread.h" - -// then allow using the old namespace name instead of the new one -DEAL_II_NAMESPACE_OPEN -namespace std_cxx1x = std_cxx11; -DEAL_II_NAMESPACE_CLOSE - -#endif diff --git a/include/deal.II/base/std_cxx1x/tuple.h b/include/deal.II/base/std_cxx1x/tuple.h deleted file mode 100644 index caa454c473..0000000000 --- a/include/deal.II/base/std_cxx1x/tuple.h +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2014-2016 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - -#ifndef dealii_std_cxx1x_tuple_h -#define dealii_std_cxx1x_tuple_h - -// this file is deprecated. simply include the one we use now -#include "../std_cxx11/tuple.h" - -// then allow using the old namespace name instead of the new one -DEAL_II_NAMESPACE_OPEN -namespace std_cxx1x = std_cxx11; -DEAL_II_NAMESPACE_CLOSE - -#endif diff --git a/include/deal.II/base/std_cxx1x/type_traits.h b/include/deal.II/base/std_cxx1x/type_traits.h deleted file mode 100644 index 338fa9f53a..0000000000 --- a/include/deal.II/base/std_cxx1x/type_traits.h +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2014-2016 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - -#ifndef dealii_std_cxx1x_type_traits_h -#define dealii_std_cxx1x_type_traits_h - -// this file is deprecated. simply include the one we use now -#include "../std_cxx11/type_traits.h" - -// then allow using the old namespace name instead of the new one -DEAL_II_NAMESPACE_OPEN -namespace std_cxx1x = std_cxx11; -DEAL_II_NAMESPACE_CLOSE - -#endif -- 2.39.5