Boost logo

Boost :

Subject: Re: [boost] [type_erasure] Review started (July 18-27, 2012)
From: Larry Evans (cppljevans_at_[hidden])
Date: 2012-08-13 07:08:49


There was a typo on any_core constructor with label //[c4].

On 08/07/12 15:04, Larry Evans wrote:
[snip]
> In addition, I really should have actually tried to refactor all the
> CTOR's just using these basic, let's call them any_core, CTOR's.
> These basic CTOR's, after renaming, would then be as shown next. (The
> CTOR's are prefixed with "labels", such as //[c1], to make referencing
> them easier later.):
[snip]
> //[c4]
> template
> < class Concept2
> , class Tag2
> >
> any_core
> ( any_core<Concept2,Tag2>U&& u
> , binding<Concept2>const&b
The above line should be:
             , binding<Concept>const& b
> );//kind=converting constructor
>
[snip]

-Larry


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