... Both. However, I think compile time is more important, because we really don't want to clutter our regression tests with tests specifically crafted to...
Jens Maurer
Jens.Maurer@...
Dec 1, 2001 8:46 am
20986
I could reproduce the problem using Cygwin / GCC 2.95.3-5. Replacing struct random_access_iterator_helper at the very bottom of the file with the previous...
... Just for the records: the correct spelling of my name is not "Ziesel", which is a mammal (suslik, ground-squirrel), but it is "Zeisel" which is said to be...
... There are very few standards compliant fixes in VC7 - VC7.1 is said to be more or less fully compliant but the release date is likely to be at least a year...
... been made to use the SGI default allocator when ... Boost release, or must they be obtained from CVS ... It means I've just checked the changes into cvs -...
From: "Daryle Walker" <darylew@...> ... you ... or ... Unfortunately I think that the EDG front end doesn't provide a way to detect whether a feature (void...
... My fault, actually. Sorry about that, Helmut. Having had squirrels living in my roof, ziesel is the last thing I would want to call any of my boost...
... both? ... Yes, agreed. If we do start testing execution time at some future date, it should be a completely separate set of test programs, crafted for the...
I am using VC6. It does not support void function returning void, So I get some errors when I use new bind library. Does that mean I cannot use bind library of...
Mr Bandela, Thank you for the help but I cannot get what you suggested to work. When I enter the punct_space_separator<char> sep(false,"()"); line the compiler...
... I don't see that portability enters into the picture. Saying that a mutex is strong is a particular guarantee, and saying that it is weak is a lack of...
Hi All, Announcing the start of the formal review period for the new Boost.Test Library by Gennadiy Rozental, which builds on work by Beman Dawes and Ullrich...
... I came up with a similar idea right when I wrote this message, but I don't know yet how feasible it is. Maybe I can cache the result if I get the checksum...
Sorry, my mistake. punct_space_separator should have been char_delimiters_separator Below is a simple test program. Hope this helps. Regards, John R. Bandela ...
... I also found some references to a 24-bit guarantee, but the Kernel Hacking HOWTO says 32 bits, and I can't find any reference to it at all in any official...
Some comments on the documentation: "Execution Monitor - a basic exception and error detection and reporting facility for use in both production and test...
We are taking a very serious look at releasing our conformance work in less than a year. I won't give out any dates yet (because we haven't finalized them...
... Evaluates to true only if T is a cv-qualified pointer to a data-member or member-function. 3.9.2 8.3.3 On some compilers, member function pointers may be...
... [snip] ... English ... find a ... be ... I realize that documentation definetly need a look of person with native or fluent english. I greatly appritiate...
... From: "Gennadiy E. Rozental" <rogeeff@...> ... Sorry, I should have spelled it out: #define BOOST_THROW(expression)\ do \ { \ BOOST_CHECKPOINT("throw...
After I replace revision 1.7 with revision 1.6 of mem_fn.hpp, the error message became an 'INTERNAL COMPILER ERROR' :( .\boost/bind.hpp(71) : fatal error...
Right -- that's why Peter made the indicated change. That's a debug-mode-only error. We don't know what's causing it, but if you turn off debug symbols it...