From fe73c9abe2122d3219dcb31692ab7d743b87a7bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Sun, 21 Feb 2021 15:54:05 -0400 Subject: [PATCH] fix: disable range-v3 in MSVC --- src/include/units/bits/external/hacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/units/bits/external/hacks.h b/src/include/units/bits/external/hacks.h index 2eef7ba8..adae44f2 100644 --- a/src/include/units/bits/external/hacks.h +++ b/src/include/units/bits/external/hacks.h @@ -60,7 +60,7 @@ namespace std { template concept default_constructible = constructible_from; -#elif !COMP_CLANG +#elif COMP_CLANG && false // concepts using concepts::three_way_comparable;