-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block: add std::complex as a special case in reflFirstTypeName
This makes reflFirstTypeName<std::complex<float>>() return "std::complex<float>"s instead of "std::complex<T>"s, and likewise for std::complex<double>. Signed-off-by: Daniel Estévez <daniel@destevez.net>
- Loading branch information
1 parent
f94b029
commit 92a08d9
Showing
2 changed files
with
16 additions
and
0 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