mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +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>
|
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;
|
||||||
|
Reference in New Issue
Block a user