-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#908 message- work-abouts for NVCC SFINAE issues
- Usage of decltype for a deleted member in ~some~ SFINAE contexts is failing with an error instead of failing the substitution. Pulling out a pre member check AND using conjunction instead of 'and' appears to appears the compiler. Neither by themselves is sufficient, nor is moving the conjunction inside the has_own_member template sufficient.
- Loading branch information
Showing
1 changed file
with
36 additions
and
15 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