Boost logo

Boost :

From: Eric Niebler (eric_at_[hidden])
Date: 2007-08-18 15:28:34


Darren Garvey wrote:
> On 17/08/07, Phil Endecott < spam_from_boost_dev_at_[hidden]> wrote:
>>From what I can see so far -
>> - You've chosen some too-short identifiers; abbreviating "request" to
>> "req" is fine, but abbreviating "sync" to "s" is not. So I'd vote for
>> "sync_req", rather than "srequest".
>
> I based that on things like xpressive::sregex (static regex).

FYI- the "s" in xpressive::sregex stands for "string", not "static". It
follows TR1 regex, which uses for example "smatch" and "cmatch" as
typedefs for match_results<string::iterator> and match_result<char const
*> respectively.

-- 
Eric Niebler
Boost Consulting
www.boost-consulting.com
The Astoria Seminar ==> http://www.astoriaseminar.com

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