From 10eea4239f0d179c26347501d7440279331b577f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 27 Sep 2018 08:32:02 -0600 Subject: [PATCH] Deprecate Threads::ConditionVariable. --- include/deal.II/base/thread_management.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/deal.II/base/thread_management.h b/include/deal.II/base/thread_management.h index 9d7bf1bf0a..b2ca5ffe74 100644 --- a/include/deal.II/base/thread_management.h +++ b/include/deal.II/base/thread_management.h @@ -331,9 +331,11 @@ namespace Threads * Class implementing a condition variable. The semantics of this class and * its member functions are the same as those of the POSIX functions. * + * @deprecated Use std::condition_variable instead. + * * @author Wolfgang Bangerth, 2003 */ - class ConditionVariable + class DEAL_II_DEPRECATED ConditionVariable { public: /** -- 2.39.5