Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: function_traits noexcept specializations
starting from 17th standard noexcept-specification is a part of the function type. function_traits doesn't have specializations for noexcept function types thus cannot resolve the traits. adding noexcept specializations allows function_traits for a larger class of function types fi noexcept future exception continuations. seastar supports 20th standard and newer thus there is no need to worry about compatibility.
- Loading branch information