fix: disable range-v3 in MSVC

This commit is contained in:
Johel Ernesto Guerrero Peña
2021-02-21 15:54:05 -04:00
committed by Mateusz Pusz
parent 1fec222ad3
commit fe73c9abe2

View File

@@ -60,7 +60,7 @@ namespace std {
template<class T> template<class T>
concept default_constructible = constructible_from<T>; concept default_constructible = constructible_from<T>;
#elif !COMP_CLANG #elif COMP_CLANG && false
// concepts // concepts
using concepts::three_way_comparable; using concepts::three_way_comparable;