cplusplus/networking-ts

[async.reqmts.service] uses is_base_of_v

timsong-cpp opened this issue · 2 comments

The base standard is C++14, so 'is_base_of_v` doesn't exist.

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

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!