Boost logo

Boost :

Subject: Re: [boost] Review Request: Boost.Itl; The Interval Template Library
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2009-09-25 10:17:32


Joachim Faulhaber wrote:
> 2009/9/25 Jeff Flinn <TriumphSprint2000_at_[hidden]>:
>> Joachim Faulhaber wrote:
>>> so I changed the names of those private member
>>> function templates adding a leading underscore '_add'.
>>> The code looses some simplicity but it compiles and
>>> works with msvc and gcc.
>> Ahh, where are the refs to the newly named _add & _subtract private methods?
>
> do you mean refs in the docs or refs in the code?
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>

I mean refs in the code. All I did to get to compile with only the
header include was to rename the private declaration and definition of
_add and _subtract. I didn't change any calls to these private methods,
I wasn't sure which to the non-underline-prefixed calls should really be
calling the _add/_subtract.

Thanks, Jeff


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