]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/nowide/standalone/static_assert.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / nowide / standalone / static_assert.hpp
diff --git a/ceph/src/boost/libs/nowide/standalone/static_assert.hpp b/ceph/src/boost/libs/nowide/standalone/static_assert.hpp
deleted file mode 100644 (file)
index b772f30..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef NOWIDE_STATIC_ASSERT_HPP
-#define NOWIDE_STATIC_ASSERT_HPP
-
-#define NOWIDE_STATIC_ASSERT(c) static_assert(c, #c)
-#define NOWIDE_STATIC_ASSERT_MSG(c, msg) static_assert(c, msg)
-
-#endif