Re: [boost] Re: TR2 and C++0x heads up

----- Mensaje original ----- De: Thorsten Ottosen <nesotto@cs.auc.dk> Fecha: Sábado, Abril 23, 2005 11:32 pm Asunto: [boost] Re: TR2 and C++0x heads up
"Beman Dawes" <bdawes@acm.org> wrote in message news:6.0.3.0.2.20050422110501.042b2a20@mailhost.esva.net...
| So far there are plans to propose Boost.Threads, Boost.Filesystem, and | Boost.Signals. As well as proposals for some of the more major libraries, I | personally hope someone will do a sweep through Boost looking at some of | the smaller utilities and helpers for a possible "Small Additions" | proposal.
I believe Alisdair was considering to work on boost.format.
Besides, boost.date_time I think these other libs are good candidates (maybe with slight modifications):
1. conversion 2. optional 3. string algorithms 4. utility 5. variant 6. iostreams
I'd add a tokenizer to the bunch. Not specially sexy but massively helpful --the typical impulse of a beginner is to do the tokenizing stuff by hand, many a time resulting in off-by-one errors, mishandling of unexpected separators etc. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

"JOAQUIN LOPEZ MU?Z" wrote:
Besides, boost.date_time I think these other libs are good candidates (maybe with slight modifications):
1. conversion 2. optional 3. string algorithms 4. utility 5. variant 6. iostreams
I'd add a tokenizer to the bunch.
.... 104. ScopeGuard /Pavel

"Beman Dawes" <bdawes@acm.org> wrote in message news:6.0.3.0.2.20050422110501.042b2a20@mailhost.esva.net...
|I'd add a tokenizer to the bunch. Not specially sexy but |massively helpful --the typical impulse of a beginner is to |do the tokenizing stuff by hand, many a time resulting |in off-by-one errors, mishandling of unexpected separators Tokenizer was rejected some years ago on the grounds of being too slow. I think the regex part contains faster tokenization algorithms and the remaning can probably be found in the string library. -Thorsten
participants (3)
-
JOAQUIN LOPEZ MU?Z
-
Pavel Vozenilek
-
Thorsten Ottosen