Skip to content

Commit ff0ce04

Browse files
committed
mstd::not_fn - fix declaration
1 parent cb5c09f commit ff0ce04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/cxxsupport/mstd_functional

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ public:
474474
}
475475

476476
template <typename F>
477-
impl::not_fn_t<F> not_fn_t(F&& f)
477+
impl::not_fn_t<F> not_fn(F&& f)
478478
{
479479
return impl::not_fn_t<F>(std::forward<F>(f));
480480
}

0 commit comments

Comments
 (0)