5 Commits

Author SHA1 Message Date
Baptiste Wicht
9e2d0635d4 Fix string_view::data 2018-04-05 15:18:30 +02:00
Baptiste Wicht
28b6076147 Allow comparison with string_view and converted to
Using identity of trick, the template argument is only deduced on
the first (or the second) argument and therefore allows implicit
conversion for one of them.
2018-04-05 12:12:30 +02:00
Baptiste Wicht
4f29dabeba Improve string_view interface 2018-04-05 12:06:42 +02:00
Baptiste Wicht
1c64a15342 Refactor TSTL headers 2018-04-05 11:05:05 +02:00
Baptiste Wicht
a478f3509c Basic support for string_view 2018-04-04 13:59:22 +02:00