forked from qt-creator/qt-creator
Utils: Make ranges dependency more explicit
Seems it does not work with MSVC and Mac OS Change-Id: I16fc72476021d88d02b0c0d2794ee726cde77272 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if __cplusplus >= 202002L
|
||||
#if __cpp_lib_ranges >= 202002L
|
||||
# include <ranges>
|
||||
|
||||
namespace Utils {
|
||||
|
Reference in New Issue
Block a user