Search the web
Sign In
New User? Sign Up
boost · C++ Boost
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 16973 - 17003 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16973
... Agreed, and thanks to Aleksey for the user's perspective. Except that I like BOOST_STRICT better (see other mails on the subject). Jens Maurer...
Jens Maurer
Jens.Maurer@...
Send Email
Sep 1, 2001
8:36 am
16974
... [...] ... A similar issue has come up with Boost.Thread, where some simple case of deadlock can be easily detected, but more complicated ones cannot. I...
Jens Maurer
Jens.Maurer@...
Send Email
Sep 1, 2001
8:44 am
16975
First a call for help, how do I get MS Outlook newsreader to use a sensible quoting style? I can't reply point-by-point without losing my response in the...
AlisdairM
AlisdairM@...
Send Email
Sep 1, 2001
9:04 am
16976
Giles, ... anyone already done a similar thing - reason I ask is that I see VC++ and Borland command line compiler mentioned a lot, but not Builder. I'm not...
John Maddock
John_Maddock@...
Send Email
Sep 1, 2001
10:21 am
16977
... call_traits<>::param_type - should be part of the interface. As long as the 'effects' are the same, the implementor is free to use whatever tools are ...
John Maddock
John_Maddock@...
Send Email
Sep 1, 2001
10:33 am
16978
... No, such cast should not be provided. Provide pound-mass instead. (A mass of one pound-mass weighs one pound at nominal Earth gravity.) By the way, the...
Anatoli Tubman
anatoli@...
Send Email
Sep 1, 2001
11:19 am
16979
... Boost uses standard-confoming code for a reason. This reason is portability, in particular portability to yet-unknown environments. Likewise, people use SI...
Anatoli Tubman
anatoli@...
Send Email
Sep 1, 2001
12:00 pm
16980
... Whoa! I must have been testing something else. Nice to see it works. ... I'm not an expert either, but if you use -fsimple=[1|2] with Sun CC, there will be...
Anatoli Tubman
anatoli@...
Send Email
Sep 1, 2001
12:09 pm
16981
... I once had a prototype quantity library that allowed for arbitrary quantities or "dimensions". I think it is very useful, in part for the reasons you...
Anatoli Tubman
anatoli@...
Send Email
Sep 1, 2001
12:31 pm
16982
... From: <Deane_Yang@...> ... I for one think it's worth thinking about. I am also in complete awe of the level of discussion in this group, and since I...
David Abrahams
david.abrahams@...
Send Email
Sep 1, 2001
1:48 pm
16983
... From: "AlisdairM" <AlisdairM@...> ... sensible ... FWIW, I use Outlook Express most of the time. Outlook is way too complicated. Unfortunately,...
David Abrahams
david.abrahams@...
Send Email
Sep 1, 2001
2:18 pm
16984
From: "William Kempf" <williamkempf@...> ... may ... I'm wearing my 'pedantic reviewer' hat now (it's as if I see the submission for the first time.)...
Peter Dimov
pdimov@...
Send Email
Sep 1, 2001
2:31 pm
16985
... It would be useful in this case if we had macros to emulate a compiler on a different compiler. Assuming we have a compiler that does not require any ...
Douglas Gregor
gregod@...
Send Email
Sep 1, 2001
2:57 pm
16986
From: David Abrahams <david.abrahams@...> ... Which policies is it that you want? ... Of course the problem with an assert() is that it only detects this...
Greg Colvin
gcolvin@...
Send Email
Sep 1, 2001
5:28 pm
16987
... From: "Greg Colvin" <gcolvin@...> To: <boost@yahoogroups.com> Sent: Saturday, September 01, 2001 1:23 PM Subject: Re: [boost] shared_xxx issues ...
David Abrahams
david.abrahams@...
Send Email
Sep 1, 2001
6:25 pm
16988
... accepted by ... a large ... extended ... indicated. Thanks. I think I've honed several skills I was lacking in when this all started. Got a ways to go...
williamkempf@...
Send Email
Sep 1, 2001
6:29 pm
16990
... accepted into ... has very ... implement on ... Yes, this has been discussed. The plan is to add this as a later extension. There are some issues with...
williamkempf@...
Send Email
Sep 1, 2001
7:53 pm
16991
... functionality ... implementation and ... expect the ... management ... submission ... If I were ... several ... object and too ... see is t == ... ...
williamkempf@...
Send Email
Sep 1, 2001
8:21 pm
16992
... What I meant is why don't they have their own what member, different from std::runtime_error. Gustavo Guerra...
Gustavo Guerra
gustavobt@...
Send Email
Sep 1, 2001
8:21 pm
16993
From: <williamkempf@...> ... No, I wasn't referring to exceptions; we're in a destructor in the middle of stack unwinding so exception safety is our...
Peter Dimov
pdimov@...
Send Email
Sep 1, 2001
8:38 pm
16994
... this ... different from ... What is a virtual, so I don't follow what you mean by "have their own what member". If you mean the text returned is...
williamkempf@...
Send Email
Sep 1, 2001
10:39 pm
16995
... destructor ... lock ... face ... disabling ... middle of ... (Although - of ... threads ... Ahh... but with a scoped RAII concept for this, the above...
williamkempf@...
Send Email
Sep 1, 2001
10:40 pm
16996
... Since the month (of August) is over, will this be added soon? -- Daryle Walker Mac, Internet, and Video Game Junkie darylew AT mac DOT com...
Daryle Walker
darylew@...
Send Email
Sep 2, 2001
3:44 am
16997
From: David Abrahams <david.abrahams@...> ... Wouldn't Peter's design handle the last two items? ... You've almost convinced me. What is bugging me is a...
Greg Colvin
gcolvin@...
Send Email
Sep 2, 2001
5:10 am
16998
From: "Greg Colvin" <gcolvin@...> ... [...] ... analogous code ... with ... shared_ptr to ... programmers. I ... (which we ... complaint ... [...] ...
Peter Dimov
pdimov@...
Send Email
Sep 2, 2001
10:42 am
16999
... From: "Peter Dimov" <pdimov@...> ... Because it's a simple way to do what the shared_ptr spec. says? -Dave...
David Abrahams
david.abrahams@...
Send Email
Sep 2, 2001
1:32 pm
17000
... From: "Greg Colvin" <gcolvin@...> ... specialized ... upon ... Sorry, I'm not aware of a design by Peter... but in fact, I don't want to store...
David Abrahams
david.abrahams@...
Send Email
Sep 2, 2001
1:32 pm
17001
From: David Abrahams <david.abrahams@...> ... http://groups.yahoo.com/group/boost/files/smart_ptr/shared_ptr_update.zip There is a constructor like this ...
Greg Colvin
gcolvin@...
Send Email
Sep 2, 2001
2:38 pm
17002
From: Peter Dimov <pdimov@...> To: <boost@yahoogroups.com> Sent: Sunday, September 02, 2001 4:41 AM Subject: Re: [boost] shared_xxx issues ... Right....
Greg Colvin
gcolvin@...
Send Email
Sep 2, 2001
2:53 pm
17003
Nevermind, I must have been still sleeping when I wrote that ... From: <williamkempf@...> To: <boost@yahoogroups.com> Sent: Saturday, September 01,...
Gustavo Guerra
gustavobt@...
Send Email
Sep 2, 2001
2:58 pm
Messages 16973 - 17003 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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