[async.reqmts.service] uses is_base_of_v
timsong-cpp opened this issue · 2 comments
timsong-cpp commented
The base standard is C++14, so 'is_base_of_v` doesn't exist.
jwakely commented
It gets it from the Library Fundamentals TS, see [namespaces]. That's added to the references by 38ece1e on branch https://github.com/cplusplus/networking-ts/tree/pdts-ballot-resolutions
timsong-cpp commented
Ah yes, I was spot-checking my HTML version and didn't read enough to notice the pervasive use of string_view. Sorry for the noise!