Skip to content
Snippets Groups Projects
Commit 523ac1fb authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

typo: ingegral_constant → integral_constant

parent 58affa8a
Branches
Tags
1 merge request!430typo: ingegral_constant → integral_constant
Pipeline #
......@@ -200,7 +200,7 @@ namespace Std
* \tparam Args Function arguments to check
*
* This checks if F can be called with an arguments list of type Args....
* The result is encoded by deriving from std::ingegral_constant<bool, result>.
* The result is encoded by deriving from std::integral_constant<bool, result>.
*
* This implements std::is_invocable from C++17.
*
......@@ -220,7 +220,7 @@ namespace Std
*
* This checks if F can be called with an arguments list of type Args..., and
* if the return value can be converted to R.
* The result is encoded by deriving from std::ingegral_constant<bool, result>.
* The result is encoded by deriving from std::integral_constant<bool, result>.
*
* This implements std::is_invocable_r from C++17.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment