[common] remove ranges polyfill

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-21 14:12:48 +00:00 committed by crueter
parent 4f9b670c93
commit a4b0444b78
38 changed files with 37 additions and 567 deletions

View file

@ -8,7 +8,7 @@
#include <fmt/ranges.h>
#include "common/polyfill_ranges.h"
#include <ranges>
#include "shader_recompiler/frontend/ir/type.h"
namespace Shader::IR {