https://bugs.documentfoundation.org/show_bug.cgi?id=158237

--- Comment #41 from fpy <[email protected]> ---
(In reply to Hossein from comment #0)
> ... using contains()

seems gcc version 14.2.0 has a problem for cases like 
l10ntools/source/localize.cxx:

    static constexpr std::string_view projects[] = {
        "include",
        "accessibility",
       ...
    };
    return std::ranges::contains(std::begin(projects), std::end(projects),
rProject);


--> error: ‘contains’ is not a member of ‘std::ranges’

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to