v0.11: new types, bugfixes
What's Changed
New types: strong, optional, bitvec, vecvec, optional, wrapped
- Vector msvc fix by @felixguendling in #128
- copy_from_potentially_unaligned by @felixguendling in #129
- Applying a doctest patch to fix the SIGSTKSZ problem by @dmikushin in #132
- variant_test: rename key_t to key_type (conform to std::map) by @dmikushin in #133
- strong type + fws_multimap by @felixguendling in #134
- Mutable multi map by @felixguendling in #135
- constexpr dtor detection for MSVC without _cplusplus macro by @felixguendling in #136
- Improvements by @felixguendling in #138
- windows ci uses: ilammy/msvc-dev-cmd@v1 by @felixguendling in #143
- Fix make_flat_matrix returning the wrong value by @stengun in #144
- Improvements - step 1 by @cflaviu in #148
- improvements - step 2 by @cflaviu in #149
- improvements - step 3 by @cflaviu in #150
- improvements - step 4 by @cflaviu in #151
- replace cista array with std array, closes #156 by @felixguendling in #157
- introduce CISTA_USE_MIMALLOC preprocessor check by @felixguendling in #159
- use cista_exception instead of std::runtime_error by @felixguendling in #158
- optional, bitvec, vecvec, optional, wrapped, support for std::chrono by @felixguendling in #140
New Contributors
- @dmikushin made their first contribution in #132
- @stengun made their first contribution in #144
Full Changelog: v0.10...v0.11