From: Wolfgang Bangerth Date: Thu, 27 Sep 2018 14:32:02 +0000 (-0600) Subject: Deprecate Threads::ConditionVariable. X-Git-Tag: v9.1.0-rc1~683^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10eea4239f0d179c26347501d7440279331b577f;p=dealii.git Deprecate Threads::ConditionVariable. --- 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: /**