fmt/test/header-only-test.cc

8 lines
129 B
C++
Raw Normal View History

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