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
&& "ICE: could not find this postfix-expression in capture group"
);
The build_capture_lambda_intro_for() function is called two times that causing cap.str and cap.str_suppressed_move contains duplicated symbol inside - the dirty fix is below patch:
In the current implementation of cppfront (fbf55ad) the following code:
Trigger assert here:
cppfront/source/cppfront.cpp
Lines 2536 to 2539 in fbf55ad
The
build_capture_lambda_intro_for()
function is called two times that causingcap.str
andcap.str_suppressed_move
contains duplicated symbol inside - the dirty fix is below patch:The text was updated successfully, but these errors were encountered: