From caa54f9870e53603a641a4282d3e5324f0a1ef02 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 27 Oct 2021 15:30:35 +0100 Subject: [PATCH] Update version numbers --- meson.build | 2 +- support/Release notes.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0b52026d..9194bba9 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,7 @@ project('etl', 'cpp_std=c++17', 'build.cpp_std=c++17', ], meson_version: '>=0.54.0', - version: '20.18.1' + version: '20.19.0' ) compile_args = [] diff --git a/support/Release notes.txt b/support/Release notes.txt index fd5e2c21..f74589a2 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -5,6 +5,11 @@ Removed conanfile.py. Now controlled by conan repository. Fixed missing 'typename' keyword in etl::multi_span. Added missing explicit initialisation from in_place structures. Fixed hidden parameter warning in unordered_map, unordered_multimap, unordered_set, unordered_multiset. +Disable etl::begin(), etl::end() and etl::size() for STL & >= C++11. +Add available_bytes to byte_stream_reader & byte_stream_writer. +Meson tests & style fix (#447). +Fix constexpr accepts() implementation to be C++11 compliant (#451, #452) +Fix-compiler-error-msvc-16 #454 =============================================================================== 20.18.1