mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
fix: unsatisfied
fixed for freestanding
This commit is contained in:
@ -22,11 +22,11 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <mp-units/bits/constexpr_format.h>
|
|
||||||
#include <mp-units/bits/hacks.h> // IWYU pragma: keep
|
#include <mp-units/bits/hacks.h> // IWYU pragma: keep
|
||||||
#include <mp-units/ext/fixed_string.h>
|
#include <mp-units/ext/fixed_string.h>
|
||||||
|
|
||||||
#if MP_UNITS_API_THROWING_CONSTRAINTS
|
#if MP_UNITS_API_THROWING_CONSTRAINTS
|
||||||
|
#include <mp-units/bits/constexpr_format.h>
|
||||||
#ifndef MP_UNITS_IN_MODULE_INTERFACE
|
#ifndef MP_UNITS_IN_MODULE_INTERFACE
|
||||||
#ifdef MP_UNITS_IMPORT_STD
|
#ifdef MP_UNITS_IMPORT_STD
|
||||||
import std;
|
import std;
|
||||||
|
Reference in New Issue
Block a user