Malloy
Loading...
Searching...
No Matches
version_checks.hpp
1#pragma once
2
3#include <fmt/format.h>
4
5#if (FMT_VERSION >= (8 * 10000)) // fmt version is major * 10,000 ...
6 #define MALLOY_DETAIL_HAS_FMT_8 1
7#else
8 #define MALLOY_DETAIL_HAS_FMT_8 0
9#endif