temporary make std::print and std::format optional

This commit is contained in:
DH 2025-10-04 14:06:47 +03:00
parent d2b9b7c1f6
commit 5904079a87
26 changed files with 231 additions and 130 deletions

View file

@ -30,7 +30,6 @@
#include "lv2/sys_spu.h"
#include <cstddef>
#include <rx/format.hpp>
#include <format>
#ifdef LLVM_AVAILABLE
#ifdef _MSC_VER