fmt/include
Dean 7f7695524a
Fix conflict with std::ignore (#4356)
In situations where `using namespace std;` is used, compiler warnings
can be generated because of local variables named `ignore`. This renames
those variables to something else to address the name conflict.
2025-02-19 23:08:21 -08:00
..
fmt Fix conflict with std::ignore (#4356) 2025-02-19 23:08:21 -08:00