Start using some C++ 14 features.

This commit is contained in:
Markus F.X.J. Oberhumer
2020-12-08 05:40:17 +01:00
parent 361a3056cb
commit f7e2266c3f
62 changed files with 971 additions and 960 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ char *__cxa_demangle(const char *mangled_name, char *buf, size_t *n, int *status
UNUSED(n);
if (status)
*status = -1; /* memory_allocation_failure */
return NULL;
return nullptr;
}
} /* extern "C" */
#endif