diff --git a/util/include/istd_util/small_map.h b/util/include/istd_util/small_map.h index 5726da7..c3f8696 100644 --- a/util/include/istd_util/small_map.h +++ b/util/include/istd_util/small_map.h @@ -21,6 +21,7 @@ namespace istd { * @tparam T_Value Type of the value. */ template +requires std::totally_ordered class SmallMap { /** * @brief Internal entry structure for key-value pairs.