https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97681
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Don't mark it constexpr. Or, if it has any arguments, don't call it with constant arguments, but call it with non-constant ones.
jakub at gcc dot gnu.org via Gcc-bugs Mon, 02 Nov 2020 13:21:50 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97681
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Don't mark it constexpr. Or, if it has any arguments, don't call it with constant arguments, but call it with non-constant ones.