fmt/test/header-only-test.cc

8 lines
129 B
C++
Raw Normal View History

2016-04-24 16:06:12 +00:00
// Header-only configuration test
#include "fmt/core.h"
2021-05-02 12:55:55 +00:00
#ifndef FMT_HEADER_ONLY
# error "Not in the header-only mode."
#endif