Files
scylladb/cql3
Pekka Enberg a625aae489 cql3/values.hh: Fix to_bytes_opt(raw_value)
The data() method already returns a bytes_opt so there's no need to call to_bytes_opt() again.

Fixes compliation failure on CentOS:

  In file included from ./cql3/query_options.hh:51:0,
                   from ./cql3/cql_statement.hh:47,
                   from ./cql3/statements/raw/select_statement.hh:45,
                   from build/release/gen/cql3/CqlParser.hpp:65,
                   from build/release/gen/cql3/CqlParser.cpp:44:
  ./cql3/values.hh: In function 'bytes_opt to_bytes_opt(const cql3::raw_value&)':
  ./cql3/values.hh:184:37: error: no matching function for call to 'to_bytes_opt(bytes_opt)'
       return to_bytes_opt(value.data());

Message-Id: <1485761863-28236-1-git-send-email-penberg@scylladb.com>
2017-01-30 10:49:31 +02:00
..
2017-01-09 10:42:20 +02:00
2017-01-09 10:42:20 +02:00
2016-05-31 09:12:11 +03:00
2017-01-09 10:42:20 +02:00
2017-01-27 09:24:36 +02:00
2017-01-27 09:24:36 +02:00
2017-01-27 09:24:36 +02:00
2017-01-27 09:24:36 +02:00
2016-05-31 09:12:11 +03:00
2017-01-27 09:24:36 +02:00
2017-01-27 09:24:36 +02:00
2017-01-27 09:24:36 +02:00