Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Fixes and updates source code.tar.gz | 2025-06-08 | 4.5 MB | |
Fixes and updates source code.zip | 2025-06-08 | 5.6 MB | |
README.md | 2025-06-08 | 579 Bytes | |
Totals: 3 Items | 10.2 MB | 0 |
20.41.6
Updates: Further optimisation of etl::basic_string::insert by using etl::mem_move() Used mem_copy and mem_move to optimise vectors of pointers Added C++23 Preview configuration to VS2022 project
Fixes: Fixed tuple const&& move constructors Fixed usage of structured bindings for tuple, when not using the STL Disable std::tuple_index and std::tuple_element forward declarations for MacOS and Clang [#1119] Forced compiler error in nth_type.h breaks containers for C++03
Pull Requests: [#1116] Fix forward in tuple ctor [#1122] Add Newline at end of Span