mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 23:44:28 -04:00
Horrible C++ template nightmares (fix clang-tidy warning about int conversions with ranges)
This commit is contained in:
@@ -129,4 +129,6 @@ private:
|
||||
void initOverlayFiles();
|
||||
};
|
||||
|
||||
using ModIndex = std::ranges::range_difference_t<decltype(std::declval<ModLoader>().mods())>;
|
||||
|
||||
} // namespace dusk
|
||||
|
||||
Reference in New Issue
Block a user