mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
feat(kernel): update stl headers
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -259,4 +259,10 @@ namespace std
|
||||
return lhs < rhs;
|
||||
}
|
||||
};
|
||||
|
||||
template <class F, class... Args>
|
||||
constexpr typename std::result_of<F()>::type bind(F &&f, Args &&...args);
|
||||
|
||||
template <class R, class F, class... Args>
|
||||
constexpr R bind(F &&f, Args &&...args);
|
||||
}
|
||||
|
Reference in New Issue
Block a user