Boost logo

Boost :

Subject: Re: [boost] Formal Review Request: Boost.Convert
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2009-02-25 16:58:54


On Wed, Feb 25, 2009 at 12:00 PM, Andrey Semashev
<andrey.semashev_at_[hidden]> wrote:
>>> Emil Dotchevski wrote:
>>>>>>
>>>>>> Andrey, a question: let's say I am the author of a uuid type,
>>>>>> something
>>>>>> like:
>>>>>>
>>>>>> struct uuid
>>>>>> {
>>>>>>  unsigned char value_[16];
>>>>>> };
>>>>>> <snipped>
>>> I've posted the fixed code. Aside from the aforementioned fixes I also
>>> optimized away Boost.Bind and Boost.Function usage.
>> Posted - where?
> http://codepad.org/WJNCaicE
>
> Sorry, I've never dealt before with this way of software development. :)

Me neither but in my experience codepad.org is easier to deal with for
small snippets like this, compared to having to compile and link on my
own system. :)

Anyway, another question: is there a way to make operator() not be a template?

Emil Dotchevski
Reverge Studios, Inc.
http://www.revergestudios.com/reblog/index.php?n=ReCode


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