Skip to content
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

custom nullptr fails in templated functions/classes (old gcc specific) #5

Open
oktonion opened this issue Feb 1, 2019 · 0 comments
Labels
bug external is not caused directly by this code

Comments

@oktonion
Copy link
Owner

oktonion commented Feb 1, 2019

Using nullptr in templated functions and classes fails on GCC because it thinks that it is ordinary int. This bug also happens with NULL that is provided by GCC std library so do not exactly know what I can do there.

@oktonion oktonion added bug external is not caused directly by this code labels Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug external is not caused directly by this code
Projects
None yet
Development

No branches or pull requests

1 participant