Re: [boost] [MISC SoC] request for mini-review

I am glad to annouce that the MISC SoC library mini-review has begin. No, really... Joaquin, (and anyone that is interested) Ok, finally i manage to build a first draft of the MISC docs. I have uploaded the webpage to h1.ripway.com/mcape/boost/libs/misc/index.html I am eager to read the list feedback. I will refactor the docs once i hear the voices of the boosters and (i hope) my mentor and send the application to Google. Best Regards Matias PD: Thanks again for quickbook! It is quite a doc tool... Nobody answer me if it is a nice thing to be able to highligth the .qbk sintaxis in the Kate editor, i will do it anyway and if i see that it is a production improvement i send it to the list.

Matias Capeletto ha escrito:
I am glad to annouce that the MISC SoC library mini-review has begin. No, really...
Joaquin, (and anyone that is interested)
Ok, finally i manage to build a first draft of the MISC docs. I have uploaded the webpage to
h1.ripway.com/mcape/boost/libs/misc/index.html
I am eager to read the list feedback. I will refactor the docs once i hear the voices of the boosters and (i hope) my mentor and send the application to Google.
Matías, I've had a quick read, and I quite like the stuff. Allow me some days to come back to you with more useful feedback. In the meantime, please do apply for SoC --the way you've prepared the material, a simple description and a link to the page above will probably do. Thanks, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

On 5/4/06, Joaquín Mª López Muñoz <joaquin@tid.es> wrote:
I've had a quick read, and I quite like the stuff. Allow me some days to come back to you with more useful feedback. In the meantime, please do apply for SoC --the way you've prepared the material, a simple description and a link to the page above will probably do.
I will complete the application tonight. If we need to change something afterwards, we can modify the web page... I wait for the feedback... thanks for the quick response. Best regards Matias

Matias Capeletto wrote:
h1.ripway.com/mcape/boost/libs/misc/index.html
On the introduction page, is there an error in the code? After a quick glance, People::map_by<name> people = people.get_view<name>(); looks like it should be People::map_by<name> people = people_info.get_view<name>(); Cheers Russell

Russell Hind wrote:
Matias Capeletto wrote:
h1.ripway.com/mcape/boost/libs/misc/index.html
On the introduction page, is there an error in the code? After a quick glance,
People::map_by<name> people = people.get_view<name>();
looks like it should be
People::map_by<name> people = people_info.get_view<name>();
... and while on the subject; why not People::map_by<name> people(people_info); ? -- Daniel Wesslén

On 5/4/06, Daniel Wesslén <daniel@wesslen.org> wrote:
Russell Hind wrote:
Matias Capeletto wrote:
h1.ripway.com/mcape/boost/libs/misc/index.html
On the introduction page, is there an error in the code? After a quick glance,
People::map_by<name> people = people.get_view<name>();
looks like it should be
People::map_by<name> people = people_info.get_view<name>();
... and while on the subject; why not
People::map_by<name> people(people_info);
?
Thanks Daniel to point this, i like it, i will change the example as you write it and upload the page at night. (get_view<tag>() wont dissapeared yet) Regards, Matias
participants (4)
-
Daniel Wesslén
-
Joaquín Mª López Muñoz
-
Matias Capeletto
-
Russell Hind