mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
nullptr_t's full name is std::nullptr_t. gcc somehow allows plain nullptr_t, but that's not correct. Clang rejects it. Use std::nullptr_t.
nullptr_t's full name is std::nullptr_t. gcc somehow allows plain nullptr_t, but that's not correct. Clang rejects it. Use std::nullptr_t.