https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114298

            Bug ID: 114298
           Summary: std::lazy_split_view constructor is currently not
                    explicit
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: michael.kenzel at gmail dot com
  Target Milestone: ---

[range.lazy.split.view][1] specifies the following constructor

        constexpr explicit lazy_split_view(V base, Pattern pattern);

However, libstdc++ seems to currently be missing the explicit:
https://github.com/gcc-mirror/gcc/blob/993c6de642ffeb2867edbe80ff2a72c0a2eb604e/libstdc%2B%2B-v3/include/std/ranges#L3589-L3592

[1]: https://eel.is/c++draft/range.lazy.split.view

Reply via email to