8 Jul
2015
8 Jul
'15
4:54 p.m.
On Wed, Jul 8, 2015 at 9:15 AM, Nevin Liber
On 8 July 2015 at 09:43, Marshall Clow
wrote: I'd really like to see the final TS basic_string_view added to Boost so I can start using it now.
use a typedef for now; and I'll update the boost implementation post 1.59 release.
You can't use a typedef; it's a template.
You can use a "using" clause, but that requires C++11 or later.
string_ref is a real type; it's a specialization of basic_string_ref, which
is a template.
typedef basic_string_ref