From 197c4fc53b2de2ad6d904f536e4bffe549522c39 Mon Sep 17 00:00:00 2001 From: "Timur A. Fatkhullin" Date: Fri, 19 Jun 2026 12:47:49 +0300 Subject: [PATCH] ... --- include/snipplib/containers/snplib_hmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/snipplib/containers/snplib_hmap.h b/include/snipplib/containers/snplib_hmap.h index ba893fa..815620e 100644 --- a/include/snipplib/containers/snplib_hmap.h +++ b/include/snipplib/containers/snplib_hmap.h @@ -211,7 +211,7 @@ public: // trivial conversion functions auto add_cnv_func = [this](KeyT const& kk) { using u_t = std::tuple_element_t>; - if constexpr (!std::same_as) { // user type must differ from inserted one + if constexpr (!std::same_as) { // user type must differ from inserted one if constexpr (!requires(v_t v, u_t u) { v = u; u = v;