Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Sep 12, 2023
1 parent ba56195 commit 5aa9333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions support/Release notes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
===============================================================================
20.38.2

#753 IAR's overload resolution struggles with etl::span::span(etl::array&)
#754 ambiguous etl::bit_stream_reader::bit_stream_reader() for some etl::span
#755 warning about constexpr in array.h
#756 Parameter pack compilation error
#758 Move assignment not working for non-empty containers
Re-enabled bit_stream_writer tests

===============================================================================
Expand All @@ -28,7 +29,7 @@ Added MutexMessageRouter example

===============================================================================
20.37.3
#737 Etl::equal specialisation for etl::span is deduced wrongly when using STL and CPP20. Added C++20 four iterator std::equal variants.
#737 etl::equal specialisation for etl::span is deduced wrongly when using STL and CPP20. Added C++20 four iterator std::equal variants.
#738 etl::expected assignment operator won't work when TValue and TError are the same type. Changed assignment from etl::unexpected to use variant::emplace instead of direct assignment.
#739 Could not compile ETL with gcc 9.4.0 (C++11). Added compatibility for GCC-9 + C++11. Added missing return reference from emplace member function int variant_variadic.h
Removed many -02 warnings for GCC-13
Expand Down

0 comments on commit 5aa9333

Please sign in to comment.