refactor: text formatting library header files are no longer included in compat_macros.h

This commit is contained in:
Mateusz Pusz
2024-06-10 22:04:41 +02:00
parent ed53cf03f0
commit e90cffcbda
35 changed files with 101 additions and 43 deletions

View File

@@ -22,6 +22,7 @@
#include <catch2/matchers/catch_matchers_templated.hpp>
#include <mp-units/compat_macros.h>
#include <mp-units/ext/format.h>
#include <algorithm>
#ifdef MP_UNITS_MODULES
import mp_units;

View File

@@ -25,6 +25,7 @@
#include <mp-units/compat_macros.h>
#include <sstream>
#include <string_view>
#include <mp-units/ext/format.h>
#ifdef MP_UNITS_MODULES
import mp_units;
#else

View File

@@ -24,6 +24,7 @@
#include <catch2/matchers/catch_matchers.hpp>
#include <catch2/matchers/catch_matchers_exception.hpp>
#include <mp-units/compat_macros.h>
#include <mp-units/ext/format.h>
#include <cstdint>
#include <iomanip>
#include <limits>

View File

@@ -24,6 +24,7 @@
#include <mp-units/compat_macros.h>
#include <matrix>
#include <ostream>
#include <mp-units/ext/format.h>
#ifdef MP_UNITS_MODULES
import mp_units;
#else

View File

@@ -24,6 +24,7 @@
#include <catch2/catch_template_test_macros.hpp>
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers.hpp>
#include <mp-units/ext/format.h>
#include <limits>
#include <numbers>
#ifdef MP_UNITS_MODULES