From: Nathan Myers [mailto:ncm@...] ... "loophole" - it's not (well) publicised, and I expect that if I pointed out the issues, the access would...
Paul Moore
gustav@...
Jul 2, 2000 12:29 pm
3795
From: Mark Rodgers [mailto:mark.rodgers@...] ... I'd understood "a maintainer" in (1) as referring to a maintainer of Boost as a whole (currently...
Paul Moore
gustav@...
Jul 2, 2000 12:29 pm
3796
Thank you Jeremy for this summary. I'll try to make these changes ASAP. Nico ... comments. ... workaround ... !=, etc. ... swap) ... ...
Nicolai Josuttis
nico@...
Jul 2, 2000 5:29 pm
3797
Wondering if anyone else has encountered this problem before: typedef list<B::iterator> A; typedef list<A::iterator> B; This won't compile because B::iterator...
jsiek@...
Jul 3, 2000 10:22 pm
3798
... From: <jsiek@...> ... Sure I disagree! ;) Well, it will work on most machines/compilers/libraries, but "should be safe" is pushing it a bit, I...
David Abrahams
abrahams@...
Jul 4, 2000 4:18 am
3799
Hi all, Finally (!) I think my port of regex++ to boost guidelines is ready for review, I'm going to be computerless for the next couple of weeks, so I guess...
John Maddock
John_Maddock@...
Jul 4, 2000 11:11 am
3800
Hi, ... In one form or another when implementing graphs: The nodes somehow reference edges and the edges somehow reference nodes (well, at least on node)....
Dietmar Kuehl
dietmar_kuehl@...
Jul 4, 2000 11:53 am
3801
After it was released, usage revealed several bugs in operators.hpp. As the maintainer I apologize for this situation. The bugs resulted from allowing the code...
David Abrahams
abrahams@...
Jul 4, 2000 8:19 pm
3802
Comments: I would be pleased if the #include files, particularly those in boost/detail, could have more verbose names. The 8.3 naming convention should be...
Jens Maurer
Jens.Maurer@...
Jul 4, 2000 9:30 pm
3803
... The new version also tests out OK with KAI C++ and g++2.95.2/normal includes. I've read through the code, this version is much more understandable. (also,...
jsiek@...
Jul 5, 2000 1:06 am
3804
... The problem is that I want to be able to insert/erase things out of both containers, and to do this in O(1) I need the iterators (not pointers to elements,...
... That is a problem. That test was really more of an example than a test. I'm working on a real iterator test. And yes, the results were correct. Cheers, ...
jsiek@...
Jul 5, 2000 2:20 am
3807
... From: <jsiek@...> ... Yep, I see the issue. It turns out that to get wide portability across compilers, a container's iterators must be typedefs for...
David Abrahams
abrahams@...
Jul 5, 2000 2:23 am
3808
... whether ... I have the same problem with the "test" for functional - it's really just a compilation test and example rather than a test that the...
Mark Rodgers
mark.rodgers@...
Jul 5, 2000 7:21 am
3809
... Yes, it looks fine to me. AFAICT the changes you've made since my last attempt have been purely to improve the documentation - is_boost_operator_template...
Mark Rodgers
mark.rodgers@...
Jul 5, 2000 7:55 am
3810
I have some code that uses std::min and std::max. Of course it doesn't work with MSVC. The work around I have used is #if defined(BOOST_MSVC) && _MSC_VER <=...
Mark Rodgers
mark.rodgers@...
Jul 5, 2000 8:27 am
3811
... .... Maybe you should try and buy a more conforming standard library from dinkumware (for VC++). It implements the min/max functions. bye Saul...
Saul Tamari
saul_tamari@...
Jul 5, 2000 9:15 am
3812
... It looks very good for me. There are still some syntactical details in a few places, which I would like to make more consistent with the rest of (/previous...
Aleksey Gurtovoy
alexy@...
Jul 5, 2000 9:33 am
3813
... But if I submit my code to Boost, how will I know if the user has done this? I really want it to work with their out-of-the-box VC++. Mark...
Mark Rodgers
mark.rodgers@...
Jul 5, 2000 10:13 am
3814
Jens, Thanks for prompt response, pity about the error's! ... boost/detail, could have more verbose names. The 8.3 naming convention should be abolished. Oh,...
John Maddock
John_Maddock@...
Jul 5, 2000 11:45 am
3815
... a ... readily ... There have been at least two suggestions that boost include a Unit Test library. Presumably we would use it ourselves to test our other...
Beman Dawes
beman@...
Jul 5, 2000 11:47 am
3816
... Wow! That was fast! We haven't even scheduled the review yet! Does that mean you are volunteering to be Formal Review Manager for John's regular...
Beman Dawes
beman@...
Jul 5, 2000 11:55 am
3817
We are trying to set up a SourceForge/CVS repository for boost source code. Trips to the dentist are much more fun:-( The problem is that while SourceForge...
Beman Dawes
beman@...
Jul 5, 2000 12:49 pm
3818
... Could you elaborate here. Where exactly are you having problems. Just list a few of the major areas so I (an others) can get a good idea of where...
Kevin Atkinson
kevina@...
Jul 5, 2000 1:07 pm
3819
... other, ... that ... source ... Sure. Suggestions appreciated. See http://sourceforge.net/support/?func=detailsupport&support_id=103176&group_id=1 --Beman...
Beman Dawes
beman@...
Jul 5, 2000 1:31 pm
3820
From: "Mark Rodgers" <mark.rodgers@...> ... There is no perfect solution to this problem, but we can come close. Here are some issues. 1. You need...
Ed Brey
brey@...
Jul 5, 2000 1:32 pm
3821
... CppUnit (http://c2.com/cgi/wiki?CppUnit) might be a good starting point. It's a (small) set of classes that has emerged from the Extreme Programming ...
Thomas Maeder
maeder@...
Jul 5, 2000 5:17 pm
3822
... Thanks for your thoughts Ed. OK then, what do you think of a boost/algorithm.hpp that looks something like this: #ifndef BOOST_ALGORITHM_HPP #define...
Mark Rodgers
mark.rodgers@...
Jul 5, 2000 7:38 pm
3823
www.boost.org has been updated with version 1.16.1: * Integer library: fixed cstdint.hpp bug, added cstdint_test.cpp, updated docs. * Random Number Library:...