Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 78d9c24

Browse files
Merge pull request #166 from fffelix-huang/master
Fixed typo in lazysegtree.hpp
2 parents bc63fe9 + 61fbfd6 commit 78d9c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎atcoder/lazysegtree.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct lazy_segtree {
2626
"e must work as S()");
2727
static_assert(
2828
std::is_convertible_v<decltype(mapping), std::function<S(F, S)>>,
29-
"mapping must work as F(F, S)");
29+
"mapping must work as S(F, S)");
3030
static_assert(
3131
std::is_convertible_v<decltype(composition), std::function<F(F, F)>>,
3232
"composition must work as F(F, F)");

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /