Boost logo

Boost :

Subject: Re: [boost] [string] proposal
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2011-01-27 10:13:02


On 27.01.2011, at 04:54, Dean Michael Berris wrote:
>
> I just prefer calling a spade a spade and not say `string` when I
> really mean a `view<encoding>` -- because largely I think everyone
> would agree that the string data structure really doesn't have an
> intrinsic property that relates to an 'encoding'.

The string data structure that I learned about in some obscure algorithm lectures in university and the thing that's represented by the type 'string' or some spelling variation of it in most programming language are really not the same thing. In particular, the latter is a type meant to store text, whereas the former is a sequence of something.

That makes for a huge difference in my mind.

Sebastian


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk