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.

Messages

  Messages Help
Advanced
Messages 27107 - 27136 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27107
This post http://groups.google.com/groups?selm=000001c1cc83%24e154d5e0%247772e50c%40c1 61550a contains a clever is_class<> implementation based on the fact...
Peter Dimov
boost_pdimov
Offline Send Email
Mar 18, 2002
1:20 pm
27108
From: <nbecker@...> ... Sometimes the choice is not so clear-cut. std::for_each(v.begin(), v.end(), std::cout << _1 << '\n'); vs std::for_each(v.begin(),...
Peter Dimov
boost_pdimov
Offline Send Email
Mar 18, 2002
1:24 pm
27109
I've uploaded a new version of a barrier synchonization primitive to http://groups.yahoo.com/group/boost/files/thread_barrier_v2.zip Changes/Issues: 1. HTML...
dmoore99atwork
Offline Send Email
Mar 18, 2002
1:38 pm
27110
Dear Boosters, I am currently working on "Beyond The C++ Standard Library - An Introduction to Boost", which is a tutorial-style book about several of the...
Björn Karlsson
m_strkarlsson
Offline Send Email
Mar 18, 2002
1:54 pm
27111
I think that the Lambda library should be accepted. * Semantics The two primary differences between the lambda bind and boost::bind are: 1. boost::bind uses...
Peter Dimov
boost_pdimov
Offline Send Email
Mar 18, 2002
2:04 pm
27112
... How will it look like with LL? ... lambda is not ... i.e. ... expression ... itself ... expression ... How will it look like with LL? I.e. how to define...
rogeeff
Offline Send Email
Mar 18, 2002
2:52 pm
27113
From: "rogeeff" <rogeeff@...> ... Actually now that I think about it, this is probably a non-issue since LL will just use bind(&X::f, *_1). This covers...
Peter Dimov
boost_pdimov
Offline Send Email
Mar 18, 2002
3:13 pm
27114
... The difference is really just syntactical. Even with lambda(x, y, ...) the variables x and y are still predefined placeholder names, defined by the FACT...
Jaakko Jarvi
urzuga
Offline Send Email
Mar 18, 2002
3:22 pm
27115
... I've added a request for compiler guidance to the review managers instructions in the review procedures. ... 6.0? ... --Beman...
Beman Dawes
beman_d
Offline Send Email
Mar 18, 2002
3:54 pm
27116
... and I am ... not a ... from ... a need of ... because ... lambda ... Second this. I can hardly imagine using of very complex function with switch end...
Gary Powell
garylambda
Offline Send Email
Mar 18, 2002
4:21 pm
27117
From: Beman Dawes [mailto:bdawes@...] ... Let me address your question by enumerating the errors that are possible when trying to remove a file and...
Stewart, Robert
septuagent
Offline Send Email
Mar 18, 2002
4:31 pm
27118
Agreed, the try/catch stuff, complicate loops etc. may be a bit too much as lambda expressions. The simple control structures (if_then, if_then_else), on the...
Jaakko Jarvi
urzuga
Offline Send Email
Mar 18, 2002
4:55 pm
27119
... Some of these have already been fixed (there's a separate branch, lambda_development_during_review, where I currently make any fixes to prevent changing...
Jaakko Jarvi
urzuga
Offline Send Email
Mar 18, 2002
5:01 pm
27120
... Also I might add, that with _1 being a typedef, you can have "x", "y", "z" instead if you prefer. Then writing a fn "lambda" to look like the above is ...
Gary Powell
garylambda
Offline Send Email
Mar 18, 2002
5:26 pm
27121
Yet another example of complexity being useful (ie. control fns.) I have a class which for reasons has to be this way, with a "type" id. I want a clone of it....
Gary Powell
garylambda
Offline Send Email
Mar 18, 2002
5:52 pm
27122
Request for reviewers for a book about BoostHi Björn, I'd be glad to help review your book. (I would in exchange like a publisher's copy, if I do a good...
Gary Powell
garylambda
Offline Send Email
Mar 18, 2002
6:02 pm
27123
Is the relatively low message volume still a "Yahoo Groups" maintenance hangover from the weekend, or has some (most?) of the traffic migrated to the new...
dmoore99atwork
Offline Send Email
Mar 18, 2002
6:51 pm
27124
... From: "Stewart, Robert" <stewart@...> To: <boost@yahoogroups.com> Sent: Monday, March 18, 2002 9:31 AM Subject: RE: [boost] Filesystem library: remove ...
Rainer Deyke
rainerdeyke
Offline Send Email
Mar 18, 2002
7:04 pm
27125
Fellow programmers I have just uploaded draft # 2 of my proposal for a boost library to address saving and restoring of C++ objects. Serialization.zip In...
rameysb
Offline Send Email
Mar 18, 2002
7:46 pm
27126
hello everyone, just a quick and (hopefully) easy question: how do I use BGL Dijkstra algorithm to compute shortest path from a given vertex and all vertexes...
madlor
Offline Send Email
Mar 18, 2002
8:28 pm
27127
... That's true, but even on Boost a somewhat bloated library will turn off some users. (That's just a general comment, not a specific opinion that you should...
Beman Dawes
beman_d
Offline Send Email
Mar 18, 2002
8:38 pm
27128
... No migration yet. Key people still out of town. --Beman...
Beman Dawes
beman_d
Offline Send Email
Mar 18, 2002
8:38 pm
27129
... and ... error ... failure, ... cycle ... immediate ... merely ... be ... I'd ... which ... OK. Thanks for the extended analysis. ... I've seen a lot of...
Beman Dawes
beman_d
Offline Send Email
Mar 18, 2002
9:10 pm
27130
... That's true, but even on Boost a somewhat bloated library will turn off some users. (That's just a general comment, not a specific opinion that you should...
Gary Powell
garylambda
Offline Send Email
Mar 18, 2002
9:17 pm
27131
... From: "rameysb" <ramey@...> To: <boost@yahoogroups.com> Sent: Monday, March 18, 2002 12:46 PM Subject: [boost] Serialization Draft Submission # 2 ... ...
Rainer Deyke
rainerdeyke
Offline Send Email
Mar 18, 2002
9:45 pm
27132
... <snip> ... expression ... also treat ... ENOENT ... From what I've seen on this thread, of all the different scenarios in which various remove failures can...
dylan_nicholson
Offline Send Email
Mar 18, 2002
9:56 pm
27133
I think we can only find if the overflow problem is a serious practical problem but letting people try it - they HAVE been warned! Paul PS Nobody has responded...
Paul A. Bristow
pabristow_hetp
Offline Send Email
Mar 18, 2002
11:26 pm
27134
... Powell starts ... http://groups.yahoo.com/group/boost/files/lambda/lambda_2002_02_22.zip ... ...
timehorse
Online Now Send Email
Mar 19, 2002
12:16 am
27135
I have recently been working on a magazine article about a smart weak pointer implementation, without being aware of the work being done by Peter Dimov for the...
Raoul Gough
raoulgough
Offline Send Email
Mar 19, 2002
12:18 am
27136
I've sent (and then received) the following posting on the new Boost list. Since boost@... seems to be working, I'll shut off new messages at the...
Beman Dawes
beman_d
Offline Send Email
Mar 19, 2002
1:07 am
Messages 27107 - 27136 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