Closed dirkschulze closed 10 months ago
Make code compatible to C++17 using std::variant
C++17 introduces std::variant. Make the code compatible to C++17 and above.
std::variant
CC @sduwenho
Closing in favor for #194
Make code compatible to C++17 using std::variant
Description
C++17 introduces
std::variant
. Make the code compatible to C++17 and above.Screenshots (if appropriate):
Types of changes
Checklist: