-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC: Replace Vc::enable_if with std::enable_if
In some cases MSVC will see a hard substitution failure when Vc::enable_if<X> is used instead of doing SFINAE. Substituting Vc::enable_if<X> with typename std::enable_if<X>::type makes SFINAE work again. Refs: gh-119 Signed-off-by: Matthias Kretz <kretz@kde.org>
- Loading branch information
Showing
1 changed file
with
25 additions
and
26 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