Fix boost::regex ICU support

This commit is contained in:
Andrzej Rybczak
2024-08-21 18:18:51 +02:00
parent ba484cff1e
commit cd9ae93c3e
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ inline Regex make(StringT &&s,
template <typename CharT>
inline bool search(const std::basic_string<CharT> &s,
const Regex &rx,
[[maybe_unused]] bool ignore_diacritics)
bool ignore_diacritics)
{
try {
#ifdef BOOST_REGEX_ICU