
13 Aug
2012
13 Aug
'12
11:08 a.m.
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