Loading...
Searching...
No Matches
3#include "plg/config.hpp"
5#if __has_include(<format>)
7#if defined(__cpp_lib_format) && __cpp_lib_format >= 201907L
8#define PLUGIFY_HAS_STD_FORMAT 1
10#define PLUGIFY_HAS_STD_FORMAT 0
13#define PLUGIFY_HAS_STD_FORMAT 0
16#if !PLUGIFY_HAS_STD_FORMAT
20#define FMT_FORMAT_H <fmt/format.h>
23#ifndef FMT_HEADER_ONLY
24#define FMT_HEADER_ONLY
30 using namespace fmt::detail;