]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/fmt/test/header-only-test.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / fmt / test / header-only-test.cc
index 674dab993d0b25f494d137ea2869ea646971f054..f0c3a7fa9ff3379f24055146526d594eb7aa93e9 100644 (file)
@@ -1,3 +1,7 @@
 // Header-only configuration test
 
 #include "fmt/core.h"
+
+#ifndef FMT_HEADER_ONLY
+#  error "Not in the header-only mode."
+#endif