veque icon indicating copy to clipboard operation
veque copied to clipboard

Fast C++ container combining the best features of std::vector and std::deque

Results 4 veque issues
Sort by recently updated
recently updated
newest added

Compilation failure (VS2022 latest) ... veque.hpp(1028,28): error C4146: unary minus operator applied to unsigned type, result still unsigned

added support to disable exceptions and use assertions instead made code more readable

`veque` looks useful, especially in comparison with `std::deque`. I'd like to use it in [mediasoup](https://github.com/versatica/mediasoup), but for that [Meson](https://mesonbuild.com/) build system support would be needed. Creating this for tracking purposes,...