mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +00:00
Concepts are easier to read and result in better error messages. This change also tightens the constraint from "std::is_fundamental" to "std::integral". The differences are floating point values, nullptr_t, and void. The latter two are illegal/useless to write, and nobody uses floating point values for list lengths, so everything still compiles. Closes #8326
14 KiB
14 KiB