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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I think even comment #0 is correct error message. constexpr causes the linkage
to be local. I think you need inline here to cause the linkage to be vague.

Reply via email to