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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 14134 - 14163 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14134 Larry Evans
jcampbell3@... Send Email
Jul 1, 2001
12:06 pm
... I find it easier to locate a function if they're all lined up in the same column. With the above recommendation, this is not always possible. I'd...
14135 Vesa Karvonen
vesa.karvonen@... Send Email
Jul 1, 2001
12:34 pm
[I haven't read all the other comments, so some of these might be mentioned earlier.] In C++, indentation/layout does not prohibit from interfacing a piece of...
14136 David Abrahams
david.abrahams@... Send Email
Jul 1, 2001
12:48 pm
... The low-level build system is Jam -> FTJam -> whatever you want to call it. The high-level part written in the (FT)Jam language is what I've been calling...
14137 Vesa Karvonen
vesa.karvonen@... Send Email
Jul 1, 2001
12:55 pm
... From: "Vesa Karvonen" <vesa.karvonen@...> To: <boost@yahoogroups.com> Sent: Saturday, June 30, 2001 22:46 Subject: [boost] PREPROCESSOR library...
14138 David Abrahams
david.abrahams@... Send Email
Jul 1, 2001
12:59 pm
I'm not sold on this. It seems a small benefit to reap for an inconsistency in indenting (usually, more deeply indented = more deeply nested, or a ...
14139 williamkempf@... Send Email Jul 1, 2001
1:02 pm
... than managing ... [This is not ... The design ... in user land. ... user to call ... violently ... become a ... counting... ... thread::ref ... the ... ...
14140 David Abrahams
david.abrahams@... Send Email
Jul 1, 2001
1:49 pm
... From: "Paul Baxter" <paul_baxter@...> To: "Boost List" <boost@yahoogroups.com> Sent: Saturday, June 30, 2001 10:36 AM Subject: [boost] Coding...
14141 David Abrahams
david.abrahams@... Send Email
Jul 1, 2001
1:58 pm
... From: "Vesa Karvonen" <vesa.karvonen@...> ... code ... significantly ... that ... identifiers. ... that ... the ... Agreed. Would you like to...
14142 Beman Dawes
bdawes@... Send Email
Jul 1, 2001
2:16 pm
... Thanks, --Beman...
14143 Beman Dawes
bdawes@... Send Email
Jul 1, 2001
2:16 pm
... Ouch! Good catch, Greg. ... I doubt it. IMO, we need to stick to the basic character set. --Beman [lex.charset] 2.2 Character sets 1 The basic source...
14144 Beman Dawes
bdawes@... Send Email
Jul 1, 2001
2:16 pm
If and when format comes up for standardization (or even just Boost formal review) there will be many people who have not read this tread, and thus will ask...
14145 Vesa Karvonen
vesa.karvonen@... Send Email
Jul 1, 2001
2:21 pm
From: "David Abrahams" <david.abrahams@...> ... Before observing that Boost uses <...>, I always reserved <...> for system and standard headers (Boost is...
14146 david.abrahams@... Send Email Jul 1, 2001
2:23 pm
... elsewhere, ... I just looked at this again: you must be talking about the HTML source; it doesn't show up when displayed. I am not worried about cleaning...
14147 Peter Dimov
pdimov@... Send Email
Jul 1, 2001
2:36 pm
From: "David Abrahams" <david.abrahams@...> ... [...] ... Every syntax is possible, but I want to point out that we should stay within the confines of C++....
14148 Peter Dimov
pdimov@... Send Email
Jul 1, 2001
2:36 pm
From: "Greg Colvin" <gcolvin@...> ... outlined ... can ... put ... Nicht gut, as boost::function uses clone on copy. But I have a solution now: We...
14149 Peter Dimov
pdimov@... Send Email
Jul 1, 2001
2:37 pm
From: "Greg Colvin" <gcolvin@...> ... Great minds do think alike. :-) -- Peter Dimov Multi Media Ltd....
14150 David Abrahams
david.abrahams@... Send Email
Jul 1, 2001
2:46 pm
Since people seem to feel allegiance to the printf conventions, I am willing to sacrifice terseness and live with %1%, %2%, etc if there is no better ...
14151 Peter Dimov
pdimov@... Send Email
Jul 1, 2001
2:56 pm
From: <williamkempf@...> ... [...] ... thread::ref will be, at worst, as efficient as thread_safe_shared_ptr<thread>, right? If it's not you'll simply...
14152 Peter Dimov
pdimov@... Send Email
Jul 1, 2001
3:01 pm
From: <williamkempf@...> ... The function object must not die before the thread exits from its operator(). -- Peter Dimov Multi Media Ltd....
14153 Toon Knapen
toon@... Send Email
Jul 1, 2001
3:17 pm
... I agree but just wanted to mention that your argument does not hold in europe ;-) ('first floor' in european languages/terminology is equal to second floor...
14154 williamkempf@... Send Email Jul 1, 2001
3:31 pm
... the ... how ... implement ... Yes, but we won't always need to use thread_safe_shared_ptr<thread>, eliminating all of the overhead. ... does not ... safe ...
14155 williamkempf@... Send Email Jul 1, 2001
3:34 pm
... there. ... It doesn't, since it's cloned. The only problem is if the object refers to other objects, but that's a user issue, not a library issue. Bill...
14156 David Abrahams
david.abrahams@... Send Email
Jul 1, 2001
3:35 pm
You can now check out "lib_guide.htm" and "coding_guidelines.html" on the "coding_guidelines" branch in CVS. I have removed coding_guidelines.html from the...
14157 David Abrahams
david.abrahams@... Send Email
Jul 1, 2001
3:36 pm
I am not going to weigh in on this one, but will be happy to incorporate the group consensus in the final document. ... From: "Vesa Karvonen"...
14158 David Abrahams
david.abrahams@... Send Email
Jul 1, 2001
3:41 pm
... From: "Peter Dimov" <pdimov@...> ... within ... feel ... Really, anything printf-like is not the C++ way, at least not today. The above looks to me...
14159 Peter Dimov
pdimov@... Send Email
Jul 1, 2001
3:55 pm
From: <williamkempf@...> ... Why? It's simple: if a generic thing is better than your custom thing, you are free to simply typedef your custom thing to...
14160 Peter Dimov
pdimov@... Send Email
Jul 1, 2001
4:02 pm
From: "David Abrahams" <david.abrahams@...> ... Wasn't this the point? To capitalize on printf's strengths while eliminating its weaknesses? ... /is/ ... ...
14161 williamkempf@... Send Email Jul 1, 2001
4:16 pm
... thread- ... thing, you ... All it has to do is break even. ... free to ... a DWORD ... you can't ... Yes, but this requires calls to DuplicateHandle which...
14162 Larry Evans
jcampbell3@... Send Email
Jul 1, 2001
4:25 pm
... Attached is code demonstrating an implementation of this. It allows permuting of the axes, as shown by the last test. Comments welcome. ... Could you...
14163 David Abrahams
david.abrahams@... Send Email
Jul 1, 2001
4:30 pm
... From: "Peter Dimov" <pdimov@...> ... feel ... standard ... I agree that it's not significant. But now combine that with the limitation in number of...
Messages 14134 - 14163 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