Releases: iboB/itlib
Releases · iboB/itlib
v1.11.8
- New library:
opt_ref_buffer
any
: fix compilation error on latest libstdc++ (scopingnullptr_t
)mem_streambuf
: improveget_container
perf when using containers with small value optimizationsflat_map
,flat_set
: fixconst_pointer
typedef (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_tag
constructors 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
: returnbool
fromshrink_to_fit
pod_vector
: returnbool
from resizing methods to indicate iterator invalidationstride_span
: addptr()
to iterators for direct access to underlying pointer
Full Changelog: v1.10.3...v1.11.0