refactor: core-fmt and core-ostream modules merged with core

This commit is contained in:
Mateusz Pusz
2024-01-06 08:51:01 +01:00
parent 614d82dece
commit fb8552b1d9
28 changed files with 80 additions and 198 deletions

View File

@@ -21,7 +21,7 @@
// SOFTWARE.
#include <catch2/matchers/catch_matchers_templated.hpp>
#include <mp-units/compat_fmt_macros.h>
#include <mp-units/compat_macros.h>
#include <algorithm>
#ifdef MP_UNITS_MODULES
import mp_units;

View File

@@ -22,7 +22,7 @@
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_exception.hpp>
#include <mp-units/compat_fmt_macros.h>
#include <mp-units/compat_macros.h>
#include <iomanip>
#include <limits>
#include <locale>

View File

@@ -21,7 +21,7 @@
// SOFTWARE.
#include <catch2/catch_test_macros.hpp>
#include <mp-units/compat_fmt_macros.h>
#include <mp-units/compat_macros.h>
#include <cmath>
#include <matrix>
#ifdef MP_UNITS_MODULES