New
v1.0.0
What's Changed
- :bug: Fix #1 - Crash when inheriting with local_storage by @kris-jusiak in https://github.com/boost-ext/te/pull/2
- :bug: Fix #3 No support for move-only types by @kris-jusiak in https://github.com/boost-ext/te/pull/4
- :new: [C++20] Concepts generation from type erased interface declaration by @kris-jusiak in https://github.com/boost-ext/te/pull/5
- Concepts auto by @kris-jusiak in https://github.com/boost-ext/te/pull/6
- :new: [example] Interface declaration/definition split by @kris-jusiak in https://github.com/boost-ext/te/pull/7
- :books: [README] forward it example by @kris-jusiak in https://github.com/boost-ext/te/pull/8
- :bug: Fix #9 Cannot reserve, resize nor emplace_back in std::vector<t… by @kris-jusiak in https://github.com/boost-ext/te/pull/10
- :new: :art: Boostify by @kris-jusiak in https://github.com/boost-ext/te/pull/11
- Fixed typo. by @redboltz in https://github.com/boost-ext/te/pull/12
- Adding non_owning_storage adapted from ldionne/dyno with tests and example by @uknys in https://github.com/boost-ext/te/pull/17
- Fix te.hpp link in README.md by @cstratopoulos in https://github.com/boost-ext/te/pull/18
- :arrow_up: Update copyright by @kris-jusiak in https://github.com/boost-ext/te/pull/20
- :arrow_up: :art: [TE] Use
boost-extinstead ofboost-experimentalby @kris-jusiak in https://github.com/boost-ext/te/pull/24 - :art: :bug: [TE] Fix for
inline extnamespace by @kris-jusiak in https://github.com/boost-ext/te/pull/25 - :wrench: [Conan] Update package file by @kris-jusiak in https://github.com/boost-ext/te/pull/26
- Updated outdated gotbolt url by @EndlessArch in https://github.com/boost-ext/te/pull/28
- Storage types fixed by @pfeatherstone in https://github.com/boost-ext/te/pull/32
- remove type specifiers before conceptify by @jimkoen in https://github.com/boost-ext/te/pull/40
- Fix example in README.md by @zyctree in https://github.com/boost-ext/te/pull/44
New Contributors
- @kris-jusiak made their first contribution in https://github.com/boost-ext/te/pull/2
- @redboltz made their first contribution in https://github.com/boost-ext/te/pull/12
- @uknys made their first contribution in https://github.com/boost-ext/te/pull/17
- @cstratopoulos made their first contribution in https://github.com/boost-ext/te/pull/18
- @EndlessArch made their first contribution in https://github.com/boost-ext/te/pull/28
- @pfeatherstone made their first contribution in https://github.com/boost-ext/te/pull/32
- @jimkoen made their first contribution in https://github.com/boost-ext/te/pull/40
- @zyctree made their first contribution in https://github.com/boost-ext/te/pull/44
Full Changelog: https://github.com/boost-ext/te/commits/v1.0.0