]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/fmt/test/noexception-test.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / fmt / test / noexception-test.cc
diff --git a/ceph/src/fmt/test/noexception-test.cc b/ceph/src/fmt/test/noexception-test.cc
new file mode 100644 (file)
index 0000000..bf3472f
--- /dev/null
@@ -0,0 +1,18 @@
+// Formatting library for C++ - Noexception tests
+//
+// Copyright (c) 2012 - present, Victor Zverovich
+// All rights reserved.
+//
+// For the license information refer to format.h.
+
+#include "fmt/args.h"
+#include "fmt/chrono.h"
+#include "fmt/color.h"
+#include "fmt/compile.h"
+#include "fmt/core.h"
+#include "fmt/format.h"
+#include "fmt/os.h"
+#include "fmt/ostream.h"
+#include "fmt/printf.h"
+#include "fmt/ranges.h"
+#include "fmt/xchar.h"