We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2c589 commit aebcda0Copy full SHA for aebcda0
csrc/core/mpl/static_any.h
@@ -3,6 +3,12 @@
3
#ifndef MMDEPLOY_CSRC_CORE_MPL_STATIC_ANY_H_
4
#define MMDEPLOY_CSRC_CORE_MPL_STATIC_ANY_H_
5
6
+#include <cstdint>
7
+#include <memory>
8
+#include <stdexcept>
9
+#include <type_traits>
10
+#include <utility>
11
+
12
// re-implementation of std::any, relies on static type id instead of RTTI.
13
// adjusted from libc++-10
14
0 commit comments