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
fix: direct-init const ref instead of list-init (#1175)
fixes: #1162
gcc has a bug that generates a call to the copy constructor when list
initializing a const reference. This PR offers a workaround which is to
direct initialize the value.
see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117900
0 commit comments