We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I input empty_view, the extenstion does not show the complement as std::ranges::empty_view automatically.
empty_view
std::ranges::empty_view
The text was updated successfully, but these errors were encountered:
Probably it's a C++ 20 API? This extension was published in 2020, we didn't support C++ 20 yet.
Sorry, something went wrong.
Yep. It is 2022 now, time for the new C+20 support! Looking forward to the new support. 🥹
No branches or pull requests
When I input
empty_view
, the extenstion does not show the complement asstd::ranges::empty_view
automatically.The text was updated successfully, but these errors were encountered: