Releases: YexuanXiao/deque
Releases · YexuanXiao/deque
The first stable version
Compared to the previous version, this release has no functional changes, only optimizations to the code structure and other style improvements. Additionally, the workaround for protecting EDG has been removed as it is no longer needed.
First release of 2026—crushed a pile of bugs
Deque now sails through every last libc++ and STL conformance test!
Fix potential leaks caused by exceptions during construction and complete module support
v0.6 Complete module support
Make size_type conform to the Allocator's
v0.5 Compatibility fix for MSVC
Fix constexpr and simplify get_iter_pair
v0.4 constexpr structured bindings requires C++26
Remove overly strict iterator checks
v0.3 Remove overly strict iterator checks
v0.2 fix a exception unsafety bug and add more checks to the iterator
Fix exception-unsafety when allocation fails
baseline
0.1 Add copyright info