From 837979873397b8de37a5805ea0dca441f247e13e Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 26 May 2020 17:13:12 -0500 Subject: [PATCH] add a changes entry --- doc/news/changes/incompatibilities/20200526Maier | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20200526Maier diff --git a/doc/news/changes/incompatibilities/20200526Maier b/doc/news/changes/incompatibilities/20200526Maier new file mode 100644 index 0000000000..c9ce9b6fd5 --- /dev/null +++ b/doc/news/changes/incompatibilities/20200526Maier @@ -0,0 +1,7 @@ +Changed: The ThreadLocalStorage class has been reimplemented with C++14 STL +primitives and does not depend on the TBB library any more. With that the +obscure ThreadLocalStorage::get_implementation() function that exposed the +underlying TBB container has been removed. +
+(Matthias Maier, 2020/05/23) + -- 2.39.5