30 Nov
2020
30 Nov
'20
12:36 a.m.
Gavin Lambert wrote:
For this specific use, it doesn't need to. It can just match against a StringLike concept, as I said.
Except that you can't use concepts in a compiled library, only in a header-only one. (Or it still requires you to write that concrete type conversion.)
Of course you can.
class string_view
{
public:
template