Files
scylladb/imr
Paweł Dziepak c19576319f imr/fundamental: use bytes_view::const_pointer for const pointer
In libstdc++ shipped with gcc9 std::basic_string_view::pointer is no
longer constant, which is causing the compiler to complain about
dropping const in reinterpret_cast. The solution is to use
std::basic_string_view::const_pointer.
2019-05-09 17:30:15 +01:00
..
2018-08-01 16:50:58 +01:00
2018-05-31 10:09:01 +01:00
2018-05-31 10:09:01 +01:00
2018-08-01 16:50:58 +01:00