
18 Aug
2007
18 Aug
'07
7:28 p.m.
Darren Garvey wrote:
On 17/08/07, Phil Endecott < spam_from_boost_dev@chezphil.org> 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