-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template arg list #208
Template arg list #208
Conversation
The Makefile fix for cleaning matgen arose because The ScaLAPACK tester fix arose because I don't have a clang-compatible ScaLAPACK library, so I compiled with |
Before changes -- errors in compiling these files
After changes -- no errors
|
b7a231d
to
8b8b03c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed.
Fixes #205.
This syntax is invalid but was long accepted by compilers:
It is required to have
<>
:See C++ standard, Names of template specializations (§14.2 ¶5 in N3337 C++11 draft):