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 9ac2c7e commit e957bdeCopy full SHA for e957bde
api/include/opentelemetry/nostd/variant.h
@@ -55,6 +55,18 @@ OPENTELEMETRY_END_NAMESPACE
55
# include "absl/types/variant.h"
56
# else
57
# include "opentelemetry/nostd/internal/absl/base/options.h"
58
+
59
+namespace absl
60
+{
61
+namespace OTABSL_OPTION_NAMESPACE_NAME
62
63
+template <class T>
64
+struct variant_size;
65
+template <typename... Ts>
66
+class variant;
67
+} // namespace OTABSL_OPTION_NAMESPACE_NAME
68
+} // namespace absl
69
70
# include "opentelemetry/nostd/internal/absl/types/variant.h"
71
# endif
72
0 commit comments