We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc63fe9 + 61fbfd6 commit 78d9c24Copy full SHA for 78d9c24
atcoder/lazysegtree.hpp
@@ -26,7 +26,7 @@ struct lazy_segtree {
26
"e must work as S()");
27
static_assert(
28
std::is_convertible_v<decltype(mapping), std::function<S(F, S)>>,
29
- "mapping must work as F(F, S)");
+ "mapping must work as S(F, S)");
30
31
std::is_convertible_v<decltype(composition), std::function<F(F, F)>>,
32
"composition must work as F(F, F)");
0 commit comments