... 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...
Toon Knapen
toon@...
Apr 1, 2001 11:11 am
10484
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)....
John Maddock
John_Maddock@...
Apr 1, 2001 12:02 pm
10485
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++...
rwgk@...
Apr 1, 2001 1:37 pm
10486
... From: "Rainer Deyke" <root@...> ... Good point. On the other hand, there's no way to automatically distinguish between handling this case and...
David Abrahams
abrahams@...
Apr 1, 2001 2:28 pm
10487
... From: <tom-list@...> ... The above sentence is about implementation details, IMO. Do you think that this information is really relevant to a...
David Abrahams
abrahams@...
Apr 1, 2001 2:34 pm
10488
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!) ...
David Abrahams
abrahams@...
Apr 1, 2001 2:40 pm
10489
Yeah, cast.hpp never worked without <limits>, though it contained some workarounds ;-( Ralf, try replacing the #include <limits> with #include...
David Abrahams
abrahams@...
Apr 1, 2001 2:43 pm
10490
You might look at boost/libs/utility/numeric_traits_test.hpp, which contains something to compute min/max at compile-time. -Dave ... From: <nbecker@...> ...
David Abrahams
abrahams@...
Apr 1, 2001 7:55 pm
10491
I wonder about the following: #ifdef BOOST_NO_LIMITS #include <boost/detail/limits.hpp> #else #include <limits> #endif Maybe we should be checking...
David Abrahams
abrahams@...
Apr 1, 2001 8:19 pm
10492
... 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...
Daryle Walker
darylew@...
Apr 1, 2001 8:28 pm
10493
... [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 ...
Daryle Walker
darylew@...
Apr 1, 2001 8:28 pm
10494
... 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...
Daryle Walker
darylew@...
Apr 1, 2001 8:28 pm
10495
... [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 "|"?...
Daryle Walker
darylew@...
Apr 1, 2001 8:29 pm
10496
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...
Jeremy Siek
jsiek@...
Apr 1, 2001 8:32 pm
10497
... 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...
David Abrahams
abrahams@...
Apr 1, 2001 8:40 pm
10498
... From: "Daryle Walker" <darylew@...> ... a ... It prevents undefined behavior due to the inadvertent deletion of classes with nontrivial destructors in...
David Abrahams
abrahams@...
Apr 1, 2001 8:41 pm
10499
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...
Jeremy Siek
jsiek@...
Apr 1, 2001 8:44 pm
10500
... 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....
Larry Evans
jcampbell3@...
Apr 1, 2001 10:08 pm
10501
... From: "David Abrahams" <abrahams@...> To: <boost@yahoogroups.com> Sent: Sunday, April 01, 2001 8:49 AM Subject: Re: [boost] creating a BPL...
Rainer Deyke
root@...
Apr 2, 2001 3:03 am
10502
... From: "Rainer Deyke" <root@...> ... ...but might well be boost::python::held_instance<B>, where C is derived from B. ... ...at a cost of one...
David Abrahams
abrahams@...
Apr 2, 2001 3:35 am
10503
... some ... <boost/limits.hpp> ... main trunk. ... No luck here. Actually, there is another error message. Attached are the two error messages with the CVS...
rwgk@...
Apr 2, 2001 5:12 am
10504
All is well (with Boost.Python anyway) after adding -DBOOST_NO_LIMITS -DBOOST_NO_STD_ITERATOR to the g++ command line. Ralf ... from...
rwgk@...
Apr 2, 2001 5:29 am
10505
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,...
tom-list@...
Apr 2, 2001 5:51 am
10506
... From: "David Abrahams" <abrahams@...> To: <boost@yahoogroups.com> Sent: Sunday, April 01, 2001 9:55 PM Subject: Re: [boost] creating a BPL...
Rainer Deyke
root@...
Apr 2, 2001 6:05 am
10507
... 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...
Rainer Deyke
root@...
Apr 2, 2001 6:13 am
10508
... 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...
Serge Barral
sbarral@...
Apr 2, 2001 10:24 am
10509
... 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... -...
John Maddock
John_Maddock@...
Apr 2, 2001 11:27 am
10510
... 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...
John Maddock
John_Maddock@...
Apr 2, 2001 11:32 am
10511
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...
John Maddock
John_Maddock@...
Apr 2, 2001 11:52 am
10512
... ... 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...