-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added template keyword in __tuple.hpp for member name disambiguation. (…
…#1432) * Added template keyword in __tuple.hpp for member name disambiguation. The mainline compilers accept the code as-is... for now. CWG1835 is resolved with the template kw. There's a recent patch waiting on-deck for Clang to require template in this position: llvm/llvm-project#92957 Circle requires the token now. * add workaround for gcc * apply the workaround to nvc++ as well --------- Co-authored-by: Eric Niebler <eniebler@nvidia.com>
- Loading branch information
1 parent
150a82f
commit 5f01147
Showing
1 changed file
with
22 additions
and
6 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