This commit is contained in:
2026-05-06 21:01:18 +03:00
parent 4b99344790
commit 40b02bc3e0
29 changed files with 271 additions and 3 deletions
@@ -0,0 +1,10 @@
--- variant.hpp 2025-03-30 14:49:42.000000000 +0300
+++ variant.hpp.new 2026-05-06 15:20:14.230916400 +0300
@@ -11,6 +11,7 @@
#include <typeinfo>
#include <utility>
#include <functional>
+#include <cstdint>
#include <mapbox/recursive_wrapper.hpp>
#include <mapbox/variant_visitor.hpp>