From e1b46c3fed098e400ff532178808037f07245604 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 4 Apr 2024 00:27:26 +0200 Subject: workaround msvc ICE --- test/entity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/entity.cpp b/test/entity.cpp index 783721f1..1aa65f3f 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -255,7 +255,7 @@ void test_range2() { constexpr auto x = TestAccessors{}; constexpr auto rʹ = m_foo.get_range(x); - constexpr auto A = m_foo.erased(); + const auto A = m_foo.erased(); auto r = A.get_range(&x); auto i = r.convert(); fm_assert(i.second == rʹ.max); -- cgit v1.2.3