From e57ee85a7d02a2b4f7ff77839076f263c0e0edda Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 30 Apr 2024 08:40:08 -0500 Subject: [PATCH] xo-unit: rename files to avoid collisions on osx filesystem --- include/xo/unit/{quantity2.hpp => quantity2_old.hpp} | 0 include/xo/unit/{quantity.hpp => quantity_.hpp} | 0 utest/{Quantity.test.cpp => Quantity2.test.cpp} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename include/xo/unit/{quantity2.hpp => quantity2_old.hpp} (100%) rename include/xo/unit/{quantity.hpp => quantity_.hpp} (100%) rename utest/{Quantity.test.cpp => Quantity2.test.cpp} (100%) diff --git a/include/xo/unit/quantity2.hpp b/include/xo/unit/quantity2_old.hpp similarity index 100% rename from include/xo/unit/quantity2.hpp rename to include/xo/unit/quantity2_old.hpp diff --git a/include/xo/unit/quantity.hpp b/include/xo/unit/quantity_.hpp similarity index 100% rename from include/xo/unit/quantity.hpp rename to include/xo/unit/quantity_.hpp diff --git a/utest/Quantity.test.cpp b/utest/Quantity2.test.cpp similarity index 100% rename from utest/Quantity.test.cpp rename to utest/Quantity2.test.cpp