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).

Reply via email to