Boost logo

Boost :

Subject: Re: [boost] [convert] Now with Boost.Parameter interface.
From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2009-07-02 10:09:11


Sorry it is a limitation of the iPhone.
It is very hard to edit emails.

:(

Tony

(I'll try not to email from the phone too much)

On Thursday, July 2, 2009, Stewart, Robert <Robert.Stewart_at_[hidden]> wrote:
> Gottlob Frege wrote:
>
> [please don't top post]
>
>> And in addition to the unexpected effects, it just doesn't
>> read or look right.
>>
>>    from(str, 0)(more stuff);
>>
>> really makes me think 'more stuff' happens AFTER the
>> conversion. This is one of the examples of why C programmers
>> and many other language-ites just shake their heads at us. We
>> can't seem to stick to writing code that even follows the rules
>> of the language. (obviously the code, using a proxy, does
>> follow the rules, but it doesn't look like it does).
>
> That's probably why I've thought the named function approach clearer:
>
>   from(str, 0).more().stuff();
>
> It deviates less from the usual, though I do acknowledge your complaint about the sequence.  Here's another way to make it more explicit:
>
>   from(str, 0).with(more stuff);
>
>> If you really want the multiple function call syntax, could we
>> at least somehow put it first? ie (just one possible way), and
>> note that 'convert' has become 'converter':
>>
>>    converter<int>(locale_ = loc)(throw_ = true).from(str, 0);
>
> Why not with the syntax Dave has been suggesting:
>
>   converter<int>(locale_ = loc, throw_ = true).from(str, 0);
>
> _____
> Rob Stewart                           robert.stewart_at_[hidden]
> Software Engineer, Core Software      using std::disclaimer;
> Susquehanna International Group, LLP  http://www.sig.com
>
> IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>


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