... We are close to a release. A week away at the most. Probably sooner. The release will include the Boost Iterator Adaptor Library and the Boost Test ...
Beman Dawes
bdawes@...
Mar 1, 2001 3:30 pm
9103
I have boost_1_20_2, but see the same problem. Is this fix in, or still awaiting another release? BTW, I'm new to Python/Boost, and this stuff is GREAT....
limberm@...
Mar 1, 2001 4:22 pm
9104
Hi All, Please forgive me if this has been discussed, but I couldn't find mention of it. I have a C++ library I am wrapping that routinely passes std::wstrings...
limberm@...
Mar 1, 2001 4:28 pm
9105
... OS. I ... BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS ... Done. ... I checked 6.0. The correct constant is apparently 0x2400, not 0x4000. CVS ...
Beman Dawes
bdawes@...
Mar 1, 2001 5:41 pm
9106
Daryle, Recently, I've implemented a generic suballocator that I think would fit nicely into your memory utilities library. Below is a (somewhat long) ...
Michael Andersen Nex€...
nexo@...
Mar 1, 2001 5:44 pm
9107
Hi, Thanks for the pointer. I had boost 1_20_1, which didn't have these examples; now I've upgraded to 1_20_2, and the extra examples are very useful. best...
Marc Paterno
paterno@...
Mar 1, 2001 10:34 pm
9108
Most of us have written code to parse command lines. Recently, I got tired of doing this over and over again and needed to parse some complex switches for a...
williamkempf@...
Mar 1, 2001 11:45 pm
9109
Yes; I'm very interested! -Dave ... From: <williamkempf@...> To: <boost@yahoogroups.com> Sent: Thursday, March 01, 2001 6:45 PM Subject: [boost]...
David Abrahams
abrahams@...
Mar 2, 2001 1:18 am
9110
The fix is now in the CVS repository. BTW, how was this showing up as a symptom? My analysis shows that the code I was using should have been equivalent. ...
David Abrahams
abrahams@...
Mar 2, 2001 1:49 am
9111
Mark, your additions are completely appropriate; I have been meaning to fold this fix into the distribution for some time now. Would you mind sending me a ...
David Abrahams
abrahams@...
Mar 2, 2001 1:52 am
9112
In message <97mmu8+g3t7@eGroups.com>, williamkempf@... writes [...] ... Yes, very interested. [Given a range of libraries that cover Python to...
Kevlin Henney
kevlin@...
Mar 2, 2001 7:33 am
9113
From: williamkempf@... [mailto:williamkempf@...] ... I think so. I would find this useful, and I don't see any reason why it shouldn't be a...
Moore, Paul
paul.moore@...
Mar 2, 2001 9:50 am
9114
... Or classes to do it :) [snip] ... I am very interested too. IMO a command line parser is a perfectly appropriate library for Boost. Also, I believe that...
Aleksey Gurtovoy
alexy@...
Mar 2, 2001 9:54 am
9115
... I'm very interested too ! -- Tibor Földes comple.at...
Tibor Földes
tfoeldes@...
Mar 2, 2001 9:58 am
9116
I'm interested too. ... From: williamkempf@... [mailto:williamkempf@...] Sent: 01 March 2001 23:45 To: boost@yahoogroups.com Subject: [boost]...
Craig Henderson
craigh@...
Mar 2, 2001 10:31 am
9117
... appropriate, deducible T for which std::iterator_traits<T> supplies all the correct traits. Well, I was not thinking of std::iterator_traits but rather one...
yahoo@...
Mar 2, 2001 11:03 am
9118
Hi i have a problem i want to read an intger the user supposed to enter i donot know what function i have to use NOTE i donot want to use cin>> (iostream.h)...
Rasha Mostafa
rasha_mostafa@...
Mar 2, 2001 12:35 pm
9119
... From: <yahoo@...> ... <example code snipped> ... I'm sorry, I just don't see where traits are passed "as one class" (or any other way, for...
David Abrahams
abrahams@...
Mar 2, 2001 1:31 pm
9120
Bill, The command line parser is a great idea. I personally use Brad Appleton's CmdLine :http://www.enteract.com/~bradapp/ftp/src/libs/C++/CmdLine.html. It's a...
Jerome Lecomte
jlecomte@...
Mar 2, 2001 1:38 pm
9121
... I think a Command Line Parser would be widely useful, and perfectly suitable for Boost. Even if it was only useful for a very limited domain, Boost should...
Beman Dawes
bdawes@...
Mar 2, 2001 2:38 pm
9122
... Rasha, Please use the comp.lang.c++.moderated news group for C++ language and library questions. They are off-topic here, unless concerned with one of the...
Beman Dawes
bdawes@...
Mar 2, 2001 2:39 pm
9123
... configurable to ... with ... line. ... there ... relevant ... from. For ... Appleton's ... I've looked at his library as well in the past. In many ways...
williamkempf@...
Mar 2, 2001 2:46 pm
9124
Please email me privately if you would like to volunteer to be a review manager. Daryle Walker's CRC library needs a review manager now, plus I expect some ...
Beman Dawes
bdawes@...
Mar 2, 2001 2:46 pm
9125
Hi, The following program doesn't compile using VC++6 SP4 with Boost 1.20.2. Why not? Hankel #include <boost/graph/adjacency_list.hpp> int main() { using...
hankel_o_fung@...
Mar 2, 2001 3:05 pm
9126
... {} ... Oops, what a silly mistake. Iterators vi, vend should be adjacency_iterator's. Hankel...
hankel_o_fung@...
Mar 2, 2001 3:15 pm
9127
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the boost group. File : /Command Line...
boost@yahoogroups.com
Mar 2, 2001 4:01 pm
9128
... of command line options. ... 20Parsing/getopt.zip This is the command line parser I talked about yesterday. The main.cpp gives a generic example of how to...
williamkempf@...
Mar 2, 2001 4:08 pm
9129
... I know that there is for "C", I have a copy of an article printed in Unix Review which discussed a very nice command line parser. I ported it to C++ for a...
Gary Powell
Gary.Powell@...
Mar 2, 2001 4:11 pm
9130
... The case comes up over and over where Library Complete is truly wondrous, but Library Simple provides 90% of the same functionality, yet in only 30% of the...
Beman Dawes
bdawes@...
Mar 2, 2001 5:37 pm
9131
... Jens Maurer's original version of regression.cpp started out with: std::vector<std::string> args( argv+1, argv+argc ); That simplified later processing. ...