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 does not work any more (tested in version 1.7.1, it worked in 1.5.9, didn't test anything in between). Clang reports this as error: expected expression at the { and GCC as expected primary-expression before ‘{’ token.
Description
I used to be able to write code such as:
This does not work any more (tested in version 1.7.1, it worked in 1.5.9, didn't test anything in between). Clang reports this as
error: expected expression
at the{
and GCC asexpected primary-expression before ‘{’ token
.The simpler
still works fine.
Extra information
Might be related to #798.
The text was updated successfully, but these errors were encountered: