-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Implement variant multi-visitation
`visit` for `variant` is required by the standard to support multiple variants for a singular visitor, and still invoke the appropriate overload. This was left out of the 1.0.0 release initially due to the complexity involved in the solution, but has been implemented here for completion. Tests have been added to ensure that this code compiles and operates correctly on the various target systems. In order to make this code compile successfully on older systems, such as gcc-4.9, some small alterations needed to be made for the handling of `tuple`'s `get` implementation. Closes #16
- Loading branch information
Showing
3 changed files
with
527 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.