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 27107 - 27136 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27107 Peter Dimov
boost_pdimov Offline Send Email
Mar 18, 2002
1:20 pm
This post http://groups.google.com/groups?selm=000001c1cc83%24e154d5e0%247772e50c%40c1 61550a contains a clever is_class<> implementation based on the fact...
27108 Peter Dimov
boost_pdimov Offline Send Email
Mar 18, 2002
1:24 pm
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(),...
27109 dmoore99atwork Offline Send Email Mar 18, 2002
1:38 pm
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...
27110 Björn Karlsson
m_strkarlsson Offline Send Email
Mar 18, 2002
1:54 pm
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...
27111 Peter Dimov
boost_pdimov Offline Send Email
Mar 18, 2002
2:04 pm
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...
27112 rogeeff Offline Send Email Mar 18, 2002
2:52 pm
... 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...
27113 Peter Dimov
boost_pdimov Offline Send Email
Mar 18, 2002
3:13 pm
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...
27114 Jaakko Jarvi
urzuga Offline Send Email
Mar 18, 2002
3:22 pm
... 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...
27115 Beman Dawes
beman_d Offline Send Email
Mar 18, 2002
3:54 pm
... I've added a request for compiler guidance to the review managers instructions in the review procedures. ... 6.0? ... --Beman...
27116 Gary Powell
garylambda Offline Send Email
Mar 18, 2002
4:21 pm
... 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...
27117 Stewart, Robert
septuagent Offline Send Email
Mar 18, 2002
4:31 pm
From: Beman Dawes [mailto:bdawes@...] ... Let me address your question by enumerating the errors that are possible when trying to remove a file and...
27118 Jaakko Jarvi
urzuga Offline Send Email
Mar 18, 2002
4:55 pm
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...
27119 Jaakko Jarvi
urzuga Offline Send Email
Mar 18, 2002
5:01 pm
... 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...
27120 Gary Powell
garylambda Offline Send Email
Mar 18, 2002
5:26 pm
... 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 ...
27121 Gary Powell
garylambda Offline Send Email
Mar 18, 2002
5:52 pm
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....
27122 Gary Powell
garylambda Offline Send Email
Mar 18, 2002
6:02 pm
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...
27123 dmoore99atwork Offline Send Email Mar 18, 2002
6:51 pm
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...
27124 Rainer Deyke
rainerdeyke Offline Send Email
Mar 18, 2002
7:04 pm
... From: "Stewart, Robert" <stewart@...> To: <boost@yahoogroups.com> Sent: Monday, March 18, 2002 9:31 AM Subject: RE: [boost] Filesystem library: remove ...
27125 rameysb Offline Send Email Mar 18, 2002
7:46 pm
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...
27126 madlor Offline Send Email Mar 18, 2002
8:28 pm
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...
27127 Beman Dawes
beman_d Offline Send Email
Mar 18, 2002
8:38 pm
... 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...
27128 Beman Dawes
beman_d Offline Send Email
Mar 18, 2002
8:38 pm
... No migration yet. Key people still out of town. --Beman...
27129 Beman Dawes
beman_d Offline Send Email
Mar 18, 2002
9:10 pm
... and ... error ... failure, ... cycle ... immediate ... merely ... be ... I'd ... which ... OK. Thanks for the extended analysis. ... I've seen a lot of...
27130 Gary Powell
garylambda Offline Send Email
Mar 18, 2002
9:17 pm
... 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...
27131 Rainer Deyke
rainerdeyke Offline Send Email
Mar 18, 2002
9:45 pm
... From: "rameysb" <ramey@...> To: <boost@yahoogroups.com> Sent: Monday, March 18, 2002 12:46 PM Subject: [boost] Serialization Draft Submission # 2 ... ...
27132 dylan_nicholson Offline Send Email Mar 18, 2002
9:56 pm
... <snip> ... expression ... also treat ... ENOENT ... From what I've seen on this thread, of all the different scenarios in which various remove failures can...
27133 Paul A. Bristow
pabristow_hetp Offline Send Email
Mar 18, 2002
11:26 pm
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...
27134 timehorse Offline Send Email Mar 19, 2002
12:16 am
... Powell starts ... http://groups.yahoo.com/group/boost/files/lambda/lambda_2002_02_22.zip ... ...
27135 Raoul Gough
raoulgough Offline Send Email
Mar 19, 2002
12:18 am
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...
27136 Beman Dawes
beman_d Offline Send Email
Mar 19, 2002
1:07 am
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...
Messages 27107 - 27136 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