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
With c++20 "requires" was added to the list of keywords (https://en.cppreference.com/w/cpp/keyword). This might lead to problems down the line when using g++20 as there is a function named requires() in util/c_types.h.