diff --git a/doc/mp11/algorithm.adoc b/doc/mp11/algorithm.adoc index 2b2b89a..6dcf9a3 100644 --- a/doc/mp11/algorithm.adoc +++ b/doc/mp11/algorithm.adoc @@ -743,7 +743,7 @@ template void print( std::variant const& v ) { mp_with_index( v.index(), [&]( auto I ) { - // I is mp_size_t here + // I is mp_size_t{} here std::cout << std::get( v ) << std::endl;