-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compile error on Apple Clang (#7)
The latest Xcode version available (14.3.1) ships AppleClang compiler that is based on the open-source upstream LLVM 14.0.3, which does not support the P0634R3 C++20 feature. This commit workarounds that by adding 'typename' keyword where necessary.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 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