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
Current interfaces are likely to trigger asan because of the parameters with initializer_list type whose behavior is hard to predict. We shall avoid intractable bugs by replacing initializer_list with vector.