From 38c07875b789368bc346c70714954d6163094c9e Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 10 Mar 2021 18:24:03 +0000 Subject: [PATCH] Remove unnecessary template keyword to destroy() call. --- support/Release notes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/support/Release notes.txt b/support/Release notes.txt index 36fee494..2ed84a1b 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -4,6 +4,7 @@ Added etl::message_router_registry. Changed etl::flat_multimap & etl::flat_multiset to iterate in insertion order, as per C++11 map and set. Added ETL_CONSTEXPR to etl::array. C++98 compatibility fixes. +Remove unnecessary template keyword to destroy() call in etl::pool. Abstracted unit test framework header. ===============================================================================