-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It causes problems with Apple Clang version 9, apparently. I think this compiler technically falls outside of our support window. However, an actual user is having issues with it, and I think `ForbidsComposingWith` is adding only very marginal value anyway. I tried deleting it and the error messages became a couple of lines shorter, although perhaps less direct (no more reference to "explicitly deleted"). Amusingly, I'm keeping the unit test for it around, because it's one of those unfortunate "uncomment to test" deals, and the tests _will_ still pass. (We'll get compiler errors for doing unsupported operations.)
- Loading branch information
Showing
3 changed files
with
0 additions
and
29 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