... Isn't that confusing. And mathematically there's a hugh difference between operations where the result has the same dimension or a lower dimension. Why...
10484
John Maddock
John_Maddock@...
Apr 1, 2001 12:02 pm
Following on from previous comments, I've uploaded Jens Maurer's limits.hpp and limits_test.cpp (the latter in libs/config and added to the regression tests)....
10485
rwgk@...
Apr 1, 2001 1:37 pm
The latest changes to boost/boost/config.hpp cause a problem when compiling Boost.Python: Using RedHat 6.2 and % g++ --version 2.95.2 g++...
10486
David Abrahams
abrahams@...
Apr 1, 2001 2:28 pm
... From: "Rainer Deyke" <root@...> ... Good point. On the other hand, there's no way to automatically distinguish between handling this case and...
10487
David Abrahams
abrahams@...
Apr 1, 2001 2:34 pm
... From: <tom-list@...> ... The above sentence is about implementation details, IMO. Do you think that this information is really relevant to a...
10488
David Abrahams
abrahams@...
Apr 1, 2001 2:40 pm
Thank you for doing this, John. I was about to do the same thing (breaking boost be damned; we simply can't distribute things to which we have no rights!) ...
10489
David Abrahams
abrahams@...
Apr 1, 2001 2:43 pm
Yeah, cast.hpp never worked without <limits>, though it contained some workarounds ;-( Ralf, try replacing the #include <limits> with #include...
10490
David Abrahams
abrahams@...
Apr 1, 2001 7:55 pm
You might look at boost/libs/utility/numeric_traits_test.hpp, which contains something to compute min/max at compile-time. -Dave ... From: <nbecker@...> ...
10491
David Abrahams
abrahams@...
Apr 1, 2001 8:19 pm
I wonder about the following: #ifdef BOOST_NO_LIMITS #include <boost/detail/limits.hpp> #else #include <limits> #endif Maybe we should be checking...
10492
Daryle Walker
darylew@...
Apr 1, 2001 8:28 pm
... Wasn't the capability to downloaded through HTTP supposed to be added back? ... -- Daryle Walker Mac, Internet, and Video Game Junkie darylew AT mac DOT...
10493
Daryle Walker
darylew@...
Apr 1, 2001 8:28 pm
... [SNIP] I have something similar (auto_ary) in the "memory.zip" file in the vault. I don't have a version of auto_ptr, but I do have some other classes, a ...
10494
Daryle Walker
darylew@...
Apr 1, 2001 8:28 pm
... Have you checked out "bitint.zip" in the vault? ... As I found out during CRCs, bit-shifting by (at least) the bit length leads to undefined behavior. You...
10495
Daryle Walker
darylew@...
Apr 1, 2001 8:29 pm
... [SNIP attachments] Could you add some documentation; it's hard to follow what's going on. Could you use "+" as the concatenation operator, instead of "|"?...
10496
Jeremy Siek
jsiek@...
Apr 1, 2001 8:32 pm
Great! On Sun, 1 Apr 2001, John Maddock wrote: John_M> Following on from previous comments, I've uploaded Jens Maurer's limits.hpp John_M> and limits_test.cpp...
10497
David Abrahams
abrahams@...
Apr 1, 2001 8:40 pm
... From: "Daryle Walker" <darylew@...> ... snapshot, ... back? I didn't know it was ever available. I guess I've reached the limits of my knowledge on...
10498
David Abrahams
abrahams@...
Apr 1, 2001 8:41 pm
... From: "Daryle Walker" <darylew@...> ... a ... It prevents undefined behavior due to the inadvertent deletion of classes with nontrivial destructors in...
10499
Jeremy Siek
jsiek@...
Apr 1, 2001 8:44 pm
On Sun, 1 Apr 2001, Toon Knapen wrote: toon> Isn't that confusing. And mathematically there's a hugh difference toon> between operations where the result has...
10500
Larry Evans
jcampbell3@...
Apr 1, 2001 10:08 pm
... So, just to be sure I understand, the following expression: A[3 <= stride(2) < 7][all][0 <= stride(1) < 10] [all][all][all] would be a 3 dimensional array....
10501
Rainer Deyke
root@...
Apr 2, 2001 3:03 am
... From: "David Abrahams" <abrahams@...> To: <boost@yahoogroups.com> Sent: Sunday, April 01, 2001 8:49 AM Subject: Re: [boost] creating a BPL...
10502
David Abrahams
abrahams@...
Apr 2, 2001 3:35 am
... From: "Rainer Deyke" <root@...> ... ...but might well be boost::python::held_instance<B>, where C is derived from B. ... ...at a cost of one...
10503
rwgk@...
Apr 2, 2001 5:12 am
... some ... <boost/limits.hpp> ... main trunk. ... No luck here. Actually, there is another error message. Attached are the two error messages with the CVS...
10504
rwgk@...
Apr 2, 2001 5:29 am
All is well (with Boost.Python anyway) after adding -DBOOST_NO_LIMITS -DBOOST_NO_STD_ITERATOR to the g++ command line. Ralf ... from...
10505
tom-list@...
Apr 2, 2001 5:51 am
David, Before I comment on your proposal I should explain where I'm coming from. I don't think I am part of the primary target audience for Boost.Python,...
10506
Rainer Deyke
root@...
Apr 2, 2001 6:05 am
... From: "David Abrahams" <abrahams@...> To: <boost@yahoogroups.com> Sent: Sunday, April 01, 2001 9:55 PM Subject: Re: [boost] creating a BPL...
10507
Rainer Deyke
root@...
Apr 2, 2001 6:13 am
... From: <tom-list@...> To: <boost@yahoogroups.com> Sent: Sunday, April 01, 2001 11:51 PM Subject: [boost] Re: creating a BPL instance from an existing...
10508
Serge Barral
sbarral@...
Apr 2, 2001 10:24 am
... Actually, the result of A[3 <= stride(2) < 7][all][0 <= stride(1) < 10] would be a 3 dimensional subarray. The current proposal suggests that subarrays...
10509
John Maddock
John_Maddock@...
Apr 2, 2001 11:27 am
... I tightened up config.hpp when I made the <limits> changes, but as I've also just discovered on BeOS it's now too tight, I'll loosen things up again... -...
10510
John Maddock
John_Maddock@...
Apr 2, 2001 11:32 am
... VC6/STLport ... I did suggest that in a previous message, but Jens was against it, personally I don't mind either way. ... What else should we do? gcc on...
10511
John Maddock
John_Maddock@...
Apr 2, 2001 11:52 am
I've modified cast.hpp to use <boost/limits.hpp> instead of <limits>. Note that although this file had a BOOST_NO_LIMITS workaround in place, it did not...
10512
nbecker@...
Apr 2, 2001 12:52 pm
... ... Daryle> You don't have to pass the Assign policy as a template parameter, it can be Daryle> passed in as a type parameter ("Wrap<width>" instead of...