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
b.cpp:8:9: error: redefinition of concept 'c' with different template parameters or requirementsconcept c = requires { s{}; }; ^a.cpp:8:9: note: previous definition is hereconcept c = requires { s{}; }; ^1 error generated.
The practical effect of this bug is that #include <ranges> fails when used in two modules with libstdc++.