template <typename T> concept TQueue = requires(const T & t) { { t.empty() } -> std::same_as<bool>; };
it seems all ok was till version 2.20.0
I don't get a syntaxError with latest head.
Log in to post a comment.
it seems all ok was till version 2.20.0
I don't get a syntaxError with latest head.