You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: