diff --git a/thirdparty/robin-map/include/tsl/robin_hash.h b/thirdparty/robin-map/include/tsl/robin_hash.h index 2ae29a2053..f8b6144c6f 100644 --- a/thirdparty/robin-map/include/tsl/robin_hash.h +++ b/thirdparty/robin-map/include/tsl/robin_hash.h @@ -564,7 +564,7 @@ public: robin_const_iterator operator++(int) { - robin_iterator tmp(*this); + robin_const_iterator tmp(*this); ++*this; return tmp;