Reference argument specified as template can't be used in constexpr if #129573
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
constexpr
Anything related to constant evaluation
Perhaps a duplicate of #63139
The following fails to compile with 19.1.0 and current trunk. It works if the argument is a value type instead of reference. Works with GCC.
The text was updated successfully, but these errors were encountered: