-/**
- * Previously, deal.II did not require C++17 and provided implementations of some
- * useful C++14 features in this namespace. Presently, as the library now requires
- * C++14, usage of this namespace is deprecated.
- *
- * This namespace contains functions imported from `namespace std`. It
- * used to be used in the same way as the std_cxx17 namespace.
- */
-namespace std_cxx14
-{}
-
-
-
/**
* Similarly, deal.II defined the C++17 library features it used before
* requiring C++17 in this namespac.
--- /dev/null
+Removed: The deprecated header files
+- deal.II/base/std_cxx14/algorithm.h
+- deal.II/base/std_cxx14/memory.h
+- deal.II/base/std_cxx14/utility.h
+have been removed.
+<br>
+(Daniel Arndt, 2023/07/13)
+++ /dev/null
-// ---------------------------------------------------------------------
-//
-// Copyright (C) 2017 - 2020 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_cxx14_algorithm_h
-#define dealii_cxx14_algorithm_h
-
-#include <deal.II/base/config.h>
-
-DEAL_II_WARNING(
- "This file is deprecated. Simply use the corresponding C++14 header <algorithm>.")
-
-
-
-#include <algorithm>
-
-DEAL_II_NAMESPACE_OPEN
-
-namespace std_cxx14
-{
- using std::max;
- using std::min;
-} // namespace std_cxx14
-
-DEAL_II_NAMESPACE_CLOSE
-
-#endif // dealii_cxx14_algorithm_h
+++ /dev/null
-// ---------------------------------------------------------------------
-//
-// Copyright (C) 2017 - 2020 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_cxx14_memory_h
-#define dealii_cxx14_memory_h
-
-#include <deal.II/base/config.h>
-
-DEAL_II_WARNING(
- "This file is deprecated. Simply use the corresponding C++14 header <memory>.")
-
-#include <memory>
-
-DEAL_II_NAMESPACE_OPEN
-
-namespace std_cxx14
-{
- using std::make_unique;
-} // namespace std_cxx14
-
-DEAL_II_NAMESPACE_CLOSE
-
-#endif // dealii_cxx14_memory_h
+++ /dev/null
-// ---------------------------------------------------------------------
-//
-// Copyright (C) 2017 - 2020 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_cxx14_utility_h
-#define dealii_cxx14_utility_h
-
-#include <deal.II/base/config.h>
-
-DEAL_II_WARNING(
- "This file is deprecated. Simply use the corresponding C++14 header <utility>.")
-
-#include <utility>
-
-DEAL_II_NAMESPACE_OPEN
-
-namespace std_cxx14
-{
- using std::index_sequence;
- using std::index_sequence_for;
- using std::make_index_sequence;
-} // namespace std_cxx14
-
-DEAL_II_NAMESPACE_CLOSE
-
-#endif // dealii_cxx14_memory_h