From 5543473f5ebe0df8688c14be482b477d3be0d49a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 7 Sep 2026 17:05:32 -0700 Subject: [PATCH] Move the compatibility header aside Free up core.h so base.h can be renamed back with its history preserved. --- include/fmt/{core.h => base-compat.h} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename include/fmt/{core.h => base-compat.h} (100%) diff --git a/include/fmt/core.h b/include/fmt/base-compat.h similarity index 100% rename from include/fmt/core.h rename to include/fmt/base-compat.h