mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
" This series converts an API to use std::string_view and then converts a few sstring variables to be constexpr std::string_view. This has the advantage that a constexpr variables cannot be part of any initialization order problem. " * 'espindola/convert-to-constexpr' of https://github.com/espindola/scylla: auth: Convert sstring variables in common.hh to constexpr std::string_view auth: Convert sstring variables in default_authorizer to constexpr std::string_view cql_test_env: Make ks_name a constexpr std::string_view class_registry: Use std::string_view in (un)?qualified_name