Open oktonion opened 5 years ago
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.
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.