mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix# clang-tidy compatibility
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#if !defined(ASST_USE_RANGES_STL) && !defined(ASST_USE_RANGES_RANGE_V3) && !defined(ASST_USE_RANGES_BOOST)
|
||||
#ifdef __clang__
|
||||
#ifndef __cpp_lib_ranges
|
||||
#define ASST_USE_RANGES_RANGE_V3
|
||||
#else
|
||||
#define ASST_USE_RANGES_STL
|
||||
|
||||
Reference in New Issue
Block a user