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

--- Comment #5 from Robert Durkacz <robert.durkacz at gmail dot com> ---
That is a good idea.

On Sun, 10 Jul 2022 at 19:56, redi at gcc dot gnu.org <
gcc-bugzi...@gcc.gnu.org> wrote:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106241
>
> --- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
> Yes, like https://wg21.link/p1967r7
>
> But in the meantime, you  can create a static array of trivial types (not
> std::string) and then iterate over it at runtime to copy the values into
> the
> data structure you want to use (a multimap containing strings, or
> whatever).
>
> --
> You are receiving this mail because:
> You reported the bug.

Reply via email to