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 61fbfd6

Browse files
Fixed typo
1 parent d8ca7f2 commit 61fbfd6

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
"compostiion must work as F(F, F)");

0 commit comments

Comments
(0)

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