Releases: iboB/itlib
Releases · iboB/itlib
v1.12.0
- New library:
rand_dist- alternative random distributions compatible withstd::random type_traits- Add
copy_cv- copy qualifiers from one type to another - Add C++20 concepts:
instantiation_ofandnoop_convertible_to
- Add
utility: addtransfer_viewto transfer a view/span from one container to another- add benchmark infra and benchmarks for
rand_dist
v1.11.8
- New library:
opt_ref_buffer any: fix compilation error on latest libstdc++ (scopingnullptr_t)mem_streambuf: improveget_containerperf when using containers with small value optimizationsflat_map,flat_set: fixconst_pointertypedef (wasn't actually const)generator: stronger noexcept guarantees- Minor test and ci tweaks
v1.11.7
v1.11.6
flat_map,flat_set:- hint-based insertion
ready_tagconstructors for pre-sorted containers/initializer lists
generator: allow return valuessmall_vector: fix missing header<small_vector>which started to pop-up on latest libstc++ versions- CMake: bump min required version to 3.10 to avoid deprecation warnings
v1.11.5
v1.11.4
v1.11.3
v1.11.2
v1.11.1
v1.11.0
- New library:
generator small_vector: returnboolfromshrink_to_fitpod_vector: returnboolfrom resizing methods to indicate iterator invalidationstride_span: addptr()to iterators for direct access to underlying pointer
Full Changelog: v1.10.3...v1.11.0