mirror of https://github.com/ARMmbed/mbed-os.git
mstd::not_fn - fix declaration
parent
cb5c09ff92
commit
ff0ce04d11
|
|
@ -474,7 +474,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename F>
|
template <typename F>
|
||||||
impl::not_fn_t<F> not_fn_t(F&& f)
|
impl::not_fn_t<F> not_fn(F&& f)
|
||||||
{
|
{
|
||||||
return impl::not_fn_t<F>(std::forward<F>(f));
|
return impl::not_fn_t<F>(std::forward<F>(f));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue