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
GCC's practice is to mark the operator()DW_AT_artificial. It does the job and makes perfect sense (i.e., it's a synthesized operator() that the user did not declare).
(Older GCC also names the unnamed closing class type, but newer GCC no longer does it, and tools have adapted since then).