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

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 24453 - 24482 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24453
The anonymous namespace issue has been known for years, but not fixed yet, presumably because static works just as well (at least w/ VC.) We do not make any...
Jason Shirk
jason_shirk
Offline Send Email
Feb 1, 2002
8:02 am
24454
... detail ... differences (I ... negative ... accept it. ... I uploaded updated version (I cleaned a code a bit). Plus test module, example and doc page (as...
rogeeff
Offline Send Email
Feb 1, 2002
10:18 am
24455
... I gave it a try, though the language might not meet the requirements. BTW: Did you see msg #24308? Thomas ... *************** *** 487,495 **** Requires:...
Thomas Witt
witt_ive
Offline Send Email
Feb 1, 2002
11:05 am
24456
... rogeeff> detail ... rogeeff> differences (I ... rogeeff> negative ... rogeeff> accept it. ... I haven't checked the code carefully, but my concern is that...
nbecker@...
nealdbecker
Offline Send Email
Feb 1, 2002
12:58 pm
24457
Thanks, Thomas! Note that it might be better to send diffs as enclosures. Line wrapping, etc., tend to mess things up otherwise. I think patch may have had a...
David Abrahams
dave_abrahams
Offline Send Email
Feb 1, 2002
1:08 pm
24458
... From: "rogeeff" <rogeeff@...> ... Good start. I trust Neal will help you clean up the English, etc. ... Neal pinpointed it. You guys are doing great;...
David Abrahams
dave_abrahams
Offline Send Email
Feb 1, 2002
1:13 pm
24459
... From: <nbecker@...> ... Dave could ... both as ... accessed ... prefere ... I'm not religious about this. One might prefer member functions in...
David Abrahams
dave_abrahams
Offline Send Email
Feb 1, 2002
1:13 pm
24460
From: mfdylan [SMTP:dylan@...] ... There's also the very common foo.tar.gz, for which both suffixes are important, depending upon the context. ... ...
Stewart, Robert
septuagent
Offline Send Email
Feb 1, 2002
1:30 pm
24461
Sorry, I realize I should clarify this. The problem is the desired behaviour of a cirular container is ambiguous. If I tell you to copy (a, b, c), and a > b...
nbecker@...
nealdbecker
Offline Send Email
Feb 1, 2002
1:41 pm
24462
... David, thanks for your answer. It seems that I definitely need you help here again. When I call (the latest prebuilt) boost-build.exe within the directory ...
sfranke2000
Offline Send Email
Feb 1, 2002
1:50 pm
24463
From: Karl Nelson [SMTP:kenelson@...] ... I would definitely expect B. Otherwise, the width has relatively little control over the output; any...
Stewart, Robert
septuagent
Offline Send Email
Feb 1, 2002
1:52 pm
24464
... From: <nbecker@...> To: <boost@yahoogroups.com> Sent: Friday, February 01, 2002 8:41 AM Subject: Re: [boost] Cycle Iterator Adapter (was: Re: Help...
David Abrahams
dave_abrahams
Offline Send Email
Feb 1, 2002
1:58 pm
24465
Gennadiy, I think there are a few problems with the code as it is right now. 1. The use of %= is non-portable as the result for negative n (I think we can ...
Thomas Witt
witt_ive
Offline Send Email
Feb 1, 2002
1:59 pm
24466
... From: "sfranke2000" <franke@...> To: <boost@yahoogroups.com> Sent: Friday, February 01, 2002 8:48 AM Subject: [boost] Re: How to build Boost.Python...
David Abrahams
dave_abrahams
Offline Send Email
Feb 1, 2002
2:03 pm
24467
It's at version 3 at: http://groups.yahoo.com/group/boost/files/iostate.zip I want to request a formal review. The library isn't that complicated. It uses...
Daryle Walker
dwalker07
Offline Send Email
Feb 1, 2002
2:55 pm
24468
... make use ... cv_state ... specific. ... the number ... holds this ... instance ... state ... requires ... mutex type. ... prevents ... which can ... modify...
bill_kempf
Offline Send Email
Feb 1, 2002
3:20 pm
24469
High time for a release. We will follow the new CVS release procedures described in ...
Beman Dawes
beman_d
Offline Send Email
Feb 1, 2002
3:21 pm
24470
... the ... place ... [...] ... Boost.Jam have ... Yes, you were right. Although I did install the latest prebuild jam, there was an older version in my path...
sfranke2000
Offline Send Email
Feb 1, 2002
4:00 pm
24471
... complicated. It ... doesn't ... the ... Without even looking at the library, I've really got a problem with basing design decisions on a compiler that is...
Beman Dawes
beman_d
Offline Send Email
Feb 1, 2002
4:10 pm
24472
... explicit ... I did not know that. But anyway it will work in any case. The only requirement is that after % |n|<m_cycle_size. But, as Tomass Witt remarked...
rogeeff
Offline Send Email
Feb 1, 2002
4:36 pm
24473
... The problem is you just interpreted "width" to mean "maximum width". But in this context it means "minumum width". As it does in iostream as well. In...
Karl Nelson
karlenelson
Offline Send Email
Feb 1, 2002
4:37 pm
24474
From: Karl Nelson [SMTP:kenelson@...] ... Yes and no. When I said a "user-defined type could wreak havoc on formatting," I was thinking, in part,...
Stewart, Robert
septuagent
Offline Send Email
Feb 1, 2002
4:50 pm
24475
[...] ... So how would you then specify you want A? Ie. If printing a matrix class and you want every number in the matrix printed some way. ... Quite right....
Karl Nelson
karlenelson
Offline Send Email
Feb 1, 2002
5:08 pm
24476
There's an issue with spaces in the pathname for MSVC. The easiest thing to do is to invoke d:\programme\microsoft\bin\vcvars32.bat before invoking Jam. After...
David Abrahams
dave_abrahams
Offline Send Email
Feb 1, 2002
5:23 pm
24477
Without wishing to gainsay the development of the Cyclic Iterator Adaptor in this thread I think that this is missing an important point. All the examples in...
graham.shanks@...
grahamcshanks
Offline Send Email
Feb 1, 2002
5:26 pm
24478
... From: "Beman Dawes" <bdawes@...> ... then. ... We could review it, but I would vote against accepting it on the basis that it uses macros where even a...
David Abrahams
dave_abrahams
Offline Send Email
Feb 1, 2002
5:27 pm
24479
... From: <graham.shanks@...> ... Just to be clear: what I meant was that counting_iterator might not be a very useful example of adapting a...
David Abrahams
dave_abrahams
Offline Send Email
Feb 1, 2002
5:37 pm
24480
... [snip] ... I don't think we should be basing design decisions on any compiler, period. I too would vote against an interface that represents a compromise...
Douglas Gregor
crimsono
Offline Send Email
Feb 1, 2002
6:11 pm
24481
... From: "Douglas Gregor" <gregod@...> ... basing ... period. I ... I took a look at the proposal, and there's no macros on the interface. He just used...
Gustavo Guerra
gustavobt69
Offline Send Email
Feb 1, 2002
6:30 pm
24482
... From: Douglas Gregor <gregod@...> To: <boost@yahoogroups.com> Sent: Friday, February 01, 2002 3:11 PM Subject: Re: [boost] Formal Review Request:...
Fernando Cacciola
fernando_cac...
Offline Send Email
Feb 1, 2002
6:40 pm
Messages 24453 - 24482 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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