From e2ef4c01b20eca56a921a6bea67119a218e31f65 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 7 Sep 2026 17:05:39 -0700 Subject: [PATCH] Move the core API back to core.h base.h was introduced as a temporary migration path; restore the primary header's original name. --- include/fmt/{base.h => core.h} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename include/fmt/{base.h => core.h} (100%) diff --git a/include/fmt/base.h b/include/fmt/core.h similarity index 100% rename from include/fmt/base.h rename to include/fmt/core.h