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
all
template <typename Fn, typename In, typename Out> constexpr bool all(Fn function, In* input, size_t length);
where typename Out should be removed?
typename Out
The text was updated successfully, but these errors were encountered:
20bb546
Thank you, @Chu66y8unny! Yes, it should be remove. I've added this to the Errata section.
Sorry, something went wrong.
Closes JLospinoso#45
79a4337
No branches or pull requests
where
typename Out
should be removed?The text was updated successfully, but these errors were encountered: