-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
The current implementation of variant-lite does not support multiple identical types (i.e. nonstd::variant<int, int>
). On the other hand, this works perfectly fine in C++17's std::variant
.
Are there any plans to support this as well in variant-lite? If so, what exactly prevents it from working right now? I can't think of a technical issue implementing this in C++11, but I have no clue about C++98.
Metadata
Metadata
Assignees
Labels
No labels