You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is essentially the same as #3803, but for the specific case where the template arguments are being used with a type rather than a function. The workaround of wrapping the expression in parentheses does not work when it's a type with multiple parameters.
An alternative workaround is to use a typedef, but that's fairly ugly.
Describe the issue
This is essentially the same as #3803, but for the specific case where the template arguments are being used with a type rather than a function. The workaround of wrapping the expression in parentheses does not work when it's a type with multiple parameters.
An alternative workaround is to use a typedef, but that's fairly ugly.
Steps to reproduce the problem
What version of GoogleTest are you using?
9756ee7
What operating system and version are you using?
Linux
What compiler and version are you using?
Whichever version is in use by the Fuchsia repo at this time - I'm not sure how to find that.
What build system are you using?
GN
Additional context
This is discussed in llvm/llvm-project#53350, where they have a suggestion for how to resolve it.
The text was updated successfully, but these errors were encountered: