You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticconstchar incomplete_message[] = "Character set declaration starting with [ terminated prematurely - either no ] was found or the set had no content.";
staticconstchar incomplete_message[] = "Character class declaration starting with [ terminated prematurely - either no ] was found or the set had no content.";
static const bool value can be changed to static constexpr bool value:
static const int hash_value_mask
can be changed tostatic constexpr int hash_value_mask
:regex/include/boost/regex/v5/basic_regex.hpp
Line 61 in cb55913
static
on trivialw
ands
variables can be removed:regex/include/boost/regex/v5/basic_regex_creator.hpp
Lines 267 to 268 in cb55913
static const std::uintmax_t one
can be changed toconstexpr std::uintmax_t one
:regex/include/boost/regex/v5/basic_regex_creator.hpp
Line 1470 in cb55913
regex/include/boost/regex/v5/basic_regex_creator.hpp
Line 1490 in cb55913
static const char incomplete_message[]
can be changed toconst char * const incomplete_message
:regex/include/boost/regex/v5/basic_regex_parser.hpp
Line 852 in cb55913
regex/include/boost/regex/v5/basic_regex_parser.hpp
Line 1132 in cb55913
regex/include/boost/regex/v5/basic_regex_parser.hpp
Line 1338 in cb55913
regex/include/boost/regex/v5/basic_regex_parser.hpp
Line 1430 in cb55913
static const bool value
can be changed tostatic constexpr bool value
:regex/include/boost/regex/v5/iterator_category.hpp
Line 36 in cb55913
regex/include/boost/regex/v5/iterator_category.hpp
Line 42 in cb55913
regex/include/boost/regex/v5/iterator_category.hpp
Line 75 in cb55913
const bool is_random_access_iterator
can be changed toconstexpr bool is_random_access_iterator
:regex/include/boost/regex/v5/iterator_category.hpp
Line 79 in cb55913
these two lines can be removed after change line 75 to
constexpr
.static const std::ptrdiff_t k
can be changed toconstexpr std::ptrdiff_t k
:regex/include/boost/regex/v5/perl_matcher_common.hpp
Line 104 in cb55913
static const bool value
can be changed tostatic constexpr bool value
:regex/include/boost/regex/v5/regex_traits.hpp
Line 59 in cb55913
big array
const char* messages[]
can be marked asstatic
:regex/include/boost/regex/v5/regex_traits_defaults.hpp
Line 53 in cb55913
big array
char_syntax[]
can be marked asconst
:regex/include/boost/regex/v5/regex_traits_defaults.hpp
Line 158 in cb55913
regex/include/boost/regex/v5/regex_traits_defaults.hpp
Line 353 in cb55913
big array
combining_ranges[]
can be marked asstatic
:regex/include/boost/regex/v5/regex_traits_defaults.hpp
Line 545 in cb55913
static const
for trivial variables can be changed toconstexpr
:regex/include/boost/regex/v5/regex_traits_defaults.hpp
Lines 897 to 902 in cb55913
static const char_class_type
can be change tostatic constexpr char_class_type
:regex/include/boost/regex/v5/w32_regex_traits.hpp
Lines 411 to 415 in cb55913
static const string_type null_string;
can be changed toconstexpr string_type null_string;
const string_type null_string;
:regex/include/boost/regex/v5/w32_regex_traits.hpp
Line 589 in cb55913
The text was updated successfully, but these errors were encountered: