-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid ABI issues due to MSVC EBCO issues (#1739)
* Ensure that `variant` SFINAE base classes do use EBCO * Ensure that `expected` SFINAE base classes do use EBCO * Ensure that `optional` SFINAE base classes do use EBCO MSVC allows empty base class optimization only for the last base class. So we cannot use multiple inheritance
- Loading branch information
Showing
9 changed files
with
349 additions
and
134 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
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.