-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
const fails when used as the argument to a template of a template #1355
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
Comments
garrison changed cc to |
The obvious work-around is a The parser calls Also needs a test, probably in one of the tests/run/cpp_*.pyx modules. |
Taking a look |
This works:
As does this:
But this causes a Cython parse error on Cython 0.18:
Migrated from http://trac.cython.org/ticket/798
The text was updated successfully, but these errors were encountered: