]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove long deprecated headers for C++1x.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 3 Dec 2019 01:30:27 +0000 (18:30 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 3 Dec 2019 01:34:19 +0000 (18:34 -0700)
include/deal.II/base/std_cxx1x/array.h [deleted file]
include/deal.II/base/std_cxx1x/bind.h [deleted file]
include/deal.II/base/std_cxx1x/condition_variable.h [deleted file]
include/deal.II/base/std_cxx1x/function.h [deleted file]
include/deal.II/base/std_cxx1x/mutex.h [deleted file]
include/deal.II/base/std_cxx1x/shared_ptr.h [deleted file]
include/deal.II/base/std_cxx1x/thread.h [deleted file]
include/deal.II/base/std_cxx1x/tuple.h [deleted file]
include/deal.II/base/std_cxx1x/type_traits.h [deleted file]

diff --git a/include/deal.II/base/std_cxx1x/array.h b/include/deal.II/base/std_cxx1x/array.h
deleted file mode 100644 (file)
index ba2f27c..0000000
+++ /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 (file)
index b3bfd61..0000000
+++ /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 (file)
index 3d57322..0000000
+++ /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 (file)
index 79d38dd..0000000
+++ /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 (file)
index 988fc26..0000000
+++ /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 (file)
index 53f015b..0000000
+++ /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 (file)
index 5ca3ba9..0000000
+++ /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 (file)
index caa454c..0000000
+++ /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 (file)
index 338fa9f..0000000
+++ /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

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.