Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bytes_ostream: convert write_placeholder from enable_if to concepts
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 scylladb#8326
- Loading branch information