Codechange: use std::variant instead of using bitflags in the value (#11191)

This commit is contained in:
Patric Stout
2023-08-12 18:05:00 +02:00
committed by GitHub
parent a9ed590ca7
commit 0238a2b567
7 changed files with 19 additions and 15 deletions

View File

@@ -80,6 +80,7 @@
#include <stdexcept>
#include <string>
#include <type_traits>
#include <variant>
#include <vector>
#if defined(UNIX) || defined(__MINGW32__)