Skip to search.
boost · C++ Boost

Group Information

  • Members: 4382
  • Category: C and C++
  • Founded: Oct 23, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 3794 - 3823 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3794 Paul Moore
gustav@... Send Email
Jul 2, 2000
12:29 pm
From: Nathan Myers [mailto:ncm@...] ... "loophole" - it's not (well) publicised, and I expect that if I pointed out the issues, the access would...
3795 Paul Moore
gustav@... Send Email
Jul 2, 2000
12:29 pm
From: Mark Rodgers [mailto:mark.rodgers@...] ... I'd understood "a maintainer" in (1) as referring to a maintainer of Boost as a whole (currently...
3796 Nicolai Josuttis
nico@... Send Email
Jul 2, 2000
5:29 pm
Thank you Jeremy for this summary. I'll try to make these changes ASAP. Nico ... comments. ... workaround ... !=, etc. ... swap) ... ...
3797 jsiek@... Send Email Jul 3, 2000
10:22 pm
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...
3798 David Abrahams
abrahams@... Send Email
Jul 4, 2000
4:18 am
... From: <jsiek@...> ... Sure I disagree! ;) Well, it will work on most machines/compilers/libraries, but "should be safe" is pushing it a bit, I...
3799 John Maddock
John_Maddock@... Send Email
Jul 4, 2000
11:11 am
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...
3800 Dietmar Kuehl
dietmar_kuehl@... Send Email
Jul 4, 2000
11:53 am
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)....
3801 David Abrahams
abrahams@... Send Email
Jul 4, 2000
8:19 pm
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...
3802 Jens Maurer
Jens.Maurer@... Send Email
Jul 4, 2000
9:30 pm
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...
3803 jsiek@... Send Email Jul 5, 2000
1:06 am
... 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,...
3804 jsiek@... Send Email Jul 5, 2000
1:31 am
... 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,...
3805 David Abrahams
abrahams@... Send Email
Jul 5, 2000
2:15 am
... From: <jsiek@...> ... includes. ... Thank you! ... CodeWarrior sez: apple orange pear peach grape plum plum grape peach pear orange apple 5 6 4 5 5...
3806 jsiek@... Send Email Jul 5, 2000
2:20 am
... 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, ...
3807 David Abrahams
abrahams@... Send Email
Jul 5, 2000
2:23 am
... 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...
3808 Mark Rodgers
mark.rodgers@... Send Email
Jul 5, 2000
7:21 am
... 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...
3809 Mark Rodgers
mark.rodgers@... Send Email
Jul 5, 2000
7:55 am
... 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...
3810 Mark Rodgers
mark.rodgers@... Send Email
Jul 5, 2000
8:27 am
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 <=...
3811 Saul Tamari
saul_tamari@... Send Email
Jul 5, 2000
9:15 am
... .... Maybe you should try and buy a more conforming standard library from dinkumware (for VC++). It implements the min/max functions. bye Saul...
3812 Aleksey Gurtovoy
alexy@... Send Email
Jul 5, 2000
9:33 am
... 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...
3813 Mark Rodgers
mark.rodgers@... Send Email
Jul 5, 2000
10:13 am
... 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...
3814 John Maddock
John_Maddock@... Send Email
Jul 5, 2000
11:45 am
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,...
3815 Beman Dawes
beman@... Send Email
Jul 5, 2000
11:47 am
... 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...
3816 Beman Dawes
beman@... Send Email
Jul 5, 2000
11:55 am
... 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...
3817 Beman Dawes
beman@... Send Email
Jul 5, 2000
12:49 pm
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...
3818 Kevin Atkinson
kevina@... Send Email
Jul 5, 2000
1:07 pm
... 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...
3819 Beman Dawes
beman@... Send Email
Jul 5, 2000
1:31 pm
... other, ... that ... source ... Sure. Suggestions appreciated. See http://sourceforge.net/support/?func=detailsupport&support_id=103176&group_id=1 --Beman...
3820 Ed Brey
brey@... Send Email
Jul 5, 2000
1:32 pm
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...
3821 Thomas Maeder
maeder@... Send Email
Jul 5, 2000
5:17 pm
... 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 ...
3822 Mark Rodgers
mark.rodgers@... Send Email
Jul 5, 2000
7:38 pm
... 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...
3823 Beman Dawes
beman@... Send Email
Jul 5, 2000
7:56 pm
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:...
Messages 3794 - 3823 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help