Files
scylladb/cql3
Avi Kivity 933bc7bd99 cql3: select_statement: fix incorrect implicit conversion of bool_class to bool
bool_class only has explicit conversion to bool, so an assignment such as

   bool x = bool_class<foo>(true);

ought to fail. Somehow gcc allows it, but I believe clang is correct in
disallowing it.

Fix by using 'auto' to avoid the conversion.
2020-09-21 16:32:53 +03:00
..
2020-09-04 17:27:30 +02:00
2020-08-18 12:27:01 +02:00
2020-09-04 17:27:30 +02:00