mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 20:54:28 +02:00
fix: disable range-v3 in MSVC
This commit is contained in:
committed by
Mateusz Pusz
parent
1fec222ad3
commit
fe73c9abe2
2
src/include/units/bits/external/hacks.h
vendored
2
src/include/units/bits/external/hacks.h
vendored
@@ -60,7 +60,7 @@ namespace std {
|
||||
template<class T>
|
||||
concept default_constructible = constructible_from<T>;
|
||||
|
||||
#elif !COMP_CLANG
|
||||
#elif COMP_CLANG && false
|
||||
|
||||
// concepts
|
||||
using concepts::three_way_comparable;
|
||||
|
Reference in New Issue
Block a user