blob: f0c3a7fa9ff3379f24055146526d594eb7aa93e9 [file]
// Header-only configuration test
#include "fmt/core.h"
#ifndef FMT_HEADER_ONLY
# error "Not in the header-only mode."
#endif