From: Matthias Maier Date: Wed, 17 Jul 2024 12:39:08 +0000 (-0500) Subject: PathSearch: deprecate class X-Git-Tag: v9.6.0-rc1~47^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=613eaa654cc2457ff9f00807ce8e82f0b634d6c7;p=dealii.git PathSearch: deprecate class --- diff --git a/include/deal.II/base/path_search.h b/include/deal.II/base/path_search.h index 03583904ba..1bef499dbf 100644 --- a/include/deal.II/base/path_search.h +++ b/include/deal.II/base/path_search.h @@ -75,11 +75,11 @@ DEAL_II_NAMESPACE_OPEN * characters are not added automatically (allowing you to do some real file * name editing). * - * @todo Add support for environment variables like in kpathsea. + * @deprecated Use the std::filesystem facilities instead. * * @ingroup input */ -class PathSearch +class DEAL_II_DEPRECATED PathSearch { public: /**