Shmoopty / veque

Fast C++ container combining the best features of std::vector and std::deque
Boost Software License 1.0
119 stars 6 forks source link

Negation on unsigned #11

Open kaalki opened 6 months ago

kaalki commented 6 months ago

Compilation failure (VS2022 latest) ...

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