
22 Dec
2005
22 Dec
'05
10:40 a.m.
On 12/22/05, Richard Jennings <richard.jennings@teraview.com> wrote:
[snip]
The return type is void in rev4.3 isn't it? I have not changed the return
type, only the parameter type? (At least that was my intent)
Oh, I have a rev4.5 now. rev4.4 first started to use the Boost.Operatorlibrary so that I didn't have to write so much redundant operator code. That's when the return type got changed from a void to a T&. In rev4.5, I've also modified the rhs so that it takes a const bitfield_base<T>& as you suggest. -Frank