mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-27 21:08:44 +08:00
Update version numbers
This commit is contained in:
parent
fccebd4724
commit
caa54f9870
@ -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 = []
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user