Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

Boost-Users · C++ Boost Users

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 889
  • Category: C and C++
  • Founded: Sep 24, 2001
  • 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

Advanced
Messages Help
Messages 1985 - 2014 of 5080   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1985 Petr Ferschmann
petr@... Send Email
Oct 1, 2002
8:44 am
... Hash: SHA1 Hello, I think I found BUG. Let we have this program: - -- cut here -- #include <boost/shared_ptr.hpp> #include <boost/weak_ptr.hpp> #include...
1986 John Maddock
regexpp Send Email
Oct 1, 2002
11:29 am
... into a ... anyone ... It's likely that the config is all wrong for that compiler-library combination - sadly it's almost impossible to detect Dinkumware...
1987 David Abrahams
yg-boost-users@... Send Email
Oct 1, 2002
11:30 am
"Petr Ferschmann" <petr@...> wrote in message news:200210011039.42899@.... ... because ... This ... You can't call it a bug until...
1988 Petr Ferschmann
petr@... Send Email
Oct 1, 2002
12:51 pm
... Hash: SHA1 Thank you for your answer. I know that intrusive_ptr is not documented yet. But in documentation of weak_ptr is written that when all shared_ptr...
1989 Peter Dimov
boost_pdimov Send Email
Oct 1, 2002
1:08 pm
From: "Petr Ferschmann" <petr@...> ... for ... If you test the weak_ptr, you'll see that it will properly report that it's expired(); use_count()...
1990 Chris Russell
cdr774 Send Email
Oct 2, 2002
4:36 am
Hi Jeremy, Using adjacency_list w/VertexList=listS, I've stuffed a vertex_index_t declaration into the internal vertex property map and got my DFS invocation ...
1991 Gennadiy E. Rozental
rogeeff Send Email
Oct 2, 2002
7:04 am
... test ... this ... Hi, Alisdair Unfortunately I am not able to reproduce the error you are describing. I added paramaterized test_test module that passing...
1992 Chris Russell
cdr774 Send Email
Oct 2, 2002
8:23 am
Still up hacking... Without cluttering the question with a ton of detail, basically I need to perform a DFS on a forest stored in a bidirectionalS ...
1993 Jeremy Siek
jgsiek Send Email
Oct 2, 2002
1:21 pm
Hi Chris, On Wed, 2 Oct 2002, Chris Russell wrote: cdr> Hi Jeremy, cdr> cdr> Using adjacency_list w/VertexList=listS, I've stuffed a vertex_index_t cdr>...
1994 Jeremy Siek
jgsiek Send Email
Oct 2, 2002
1:26 pm
Hi Chris, On Wed, 2 Oct 2002, Chris Russell wrote: [snip] cdr> finish_vertex method in a dfs_visitor will not compile however. This cdr> is because the graph...
1995 Björn Lindberg
yg-boost-users@... Send Email
Oct 2, 2002
2:25 pm
I have two questions regarding the design of the BGL. I'm interested in this to get a better understanding of the design choices, which influences how I use...
1996 Chris Russell
cdr774 Send Email
Oct 2, 2002
3:24 pm
Whoops... My bad. I did this: // given vertex_t Vertex, const graph_t& Graph boost::graph_traits<my_graph_t>::edge_iterator iterInEdgeCurrent, iterInEdgeEnd; ...
1997 Jeff Faust
jeff@... Send Email
Oct 2, 2002
4:42 pm
Whenever I start feeling proud of myself due to my C++ prowess, I mosey over to the boost developer's list and am promptly humbled. Recently there was a ...
1998 David B. Held
david_b_held Send Email
Oct 2, 2002
7:14 pm
... From: "Jeff Faust" <jeff@...> To: <Boost-Users@yahoogroups.com> Sent: Wednesday, October 02, 2002 11:32 AM Subject: [Boost-Users] MPL? ... I...
1999 David B. Held
david_b_held Send Email
Oct 2, 2002
7:39 pm
"Hamlet" <yg-boost-users@...> wrote in message news:an16q1$d57$1@.... ... Highly controversial. You might see some new developments in...
2000 Jeff Faust
jeff@... Send Email
Oct 2, 2002
7:47 pm
Well, I didn't know I needed boost until I saw it. Same for STL several years back. 'Metaprogramming' comes up a lot on the boost list, but I have no...
2001 Alisdair Meredith
yg-boost-users@... Send Email
Oct 2, 2002
7:48 pm
I have a std::map<std::string, MyObject> and want to iterate over it calling several member functions of MyObject. This seems like a good case to learn about...
2002 Randy Bowen
decervelage Send Email
Oct 2, 2002
8:03 pm
Metaprogramming techniques are discussed pretty thoroughly in Andrei Alexandescru&#39;s "Modern C++ Design" and in Czarnecki and Eisenecker&#39;s "Generative...
2003 Mark Storer
mstorer3772 Send Email
Oct 2, 2002
8:09 pm
"Modern C++ Design" has a pretty good coverage so far (I'm on chapter 6 out of 11). As for impressing the ladies... well... you could always show them your ...
2004 Jeff Faust
jeff@... Send Email
Oct 2, 2002
8:24 pm
Thanks Randy, David and Mark for your responses. I just ordered "Modern C++ Design". I've been meaning to. This was the the final push I needed. Oh, and...
2005 David B. Held
david_b_held Send Email
Oct 2, 2002
9:02 pm
... From: "Jeff Faust" <jeff@...> To: <Boost-Users@yahoogroups.com> Sent: Wednesday, October 02, 2002 03:16 PM Subject: RE: [Boost-Users] MPL? ... ...
2006 Thomas Wenisch
twenisch@... Send Email
Oct 2, 2002
10:05 pm
Hi Jeff, all, It seems that part of Jeff's question is "What is meta-programming good for?", which strikes me as a good question to ask (and I agree with all ...
2007 Alkis Evlogimenos
alkis@... Send Email
Oct 3, 2002
8:40 am
Hi, I just compiled boost from cvs. I am using an x86 with redhat linux 7.3. I also have STLport 4.5.3 installed. I compiled against STLport using this ...
2008 Alkis Evlogimenos
alkis@... Send Email
Oct 3, 2002
9:14 am
... Since attachments don't work I put the log on my box. You can access it here: http://www.evlogimenos.com/regress.log -- Alkis...
2009 Jeremy Siek
jgsiek Send Email
Oct 3, 2002
2:03 pm
Hi Bjorn, On Wed, 2 Oct 2002, [iso-8859-1] Björn Lindberg wrote: [snip] yg-boo> 1) Why is a lot of the function arguments made by value rather than yg-boo>...
2010 Björn Lindberg
yg-boost-users@... Send Email
Oct 3, 2002
2:59 pm
... Ah yes, I forgot about that rule. I was thinking that since the temporary is in scope for the whole expression, this would still work. I forgot that it...
2011 Bohdan
yg-boost-users@... Send Email
Oct 4, 2002
3:01 pm
"David Abrahams" <yg-boost-users@...> wrote in message news:an83fa$l0u$1@.... ... But shared_count is in detail nemespace. Is it correct ?...
2012 scleary@...
shammah_steve Send Email
Oct 4, 2002
3:57 pm
I think the problem is in the definition of Select2ndRef; if you use: template<class pair_type> struct Select2ndRef { typedef pair_type argument_type; typedef...
2013 Alisdair Meredith
yg-boost-users@... Send Email
Oct 4, 2002
5:26 pm
... Excellent, that seems to work fine. I've renamed Select2ndRef as Project2nd for use in such cases in the future <g> -- AlisdairM...
2014 Nik Kolev
yg-boost-users@... Send Email
Oct 7, 2002
8:33 pm
Hi everybody: Is it possible to build/integrate just the smart_ptr part of boost. If yes I would greatly apreciate your suggestions on how this is to be ...
Messages 1985 - 2014 of 5080   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