mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +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.
3.1 KiB
3.1 KiB