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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 8581 - 8610 of 27136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8581 hankel_o_fung@... Send Email Feb 1, 2001
12:05 pm
Hi folks, What constitutes an undirected graph? In graph_theory_review.html, it says: "In an undirected graph ... (u,v) and (v,u) are two ways of writing the...
8582 Beman Dawes
bdawes@... Send Email
Feb 1, 2001
3:11 pm
... The challenge is to produce a pretty-good-expect that is easily portable, no dependencies on anything except the standard library, small (a few hundred...
8583 Jeremy Siek
jsiek@... Send Email
Feb 1, 2001
3:56 pm
One addition I'd like to see to the regression testing is a separate detailed status page for each of the larger libraries, and especially for the libraries...
8584 Jeremy Siek
jsiek@... Send Email
Feb 1, 2001
5:55 pm
Hi Hankel, On Thu, 1 Feb 2001 hankel_o_fung@... wrote: hankel> hankel> However, the meanings of e1==e2, source(e,g) and target(e,g) are hankel> ambiguous...
8585 Beman Dawes
bdawes@... Send Email
Feb 1, 2001
6:13 pm
... perhaps ... AFAIK, you have the tools now to do that. Go ahead and try, and let us know if you run into problems. --Beman...
8586 Jens Maurer
Jens.Maurer@... Send Email
Feb 1, 2001
6:38 pm
Paul Selormey wrote:. ... Without looking at code nor documentation, it seems that you want to use std::mem_fun and std::bind1st to achieve "callback with...
8587 Jeremy Siek
jsiek@... Send Email
Feb 1, 2001
7:55 pm
I'm guessing, but perhaps you are looking for some kind of guarantee like the following for undirected graphs: for (tie(ui, ui_end) = out_edges(u, g); ui !=...
8588 Jens Maurer
Jens.Maurer@... Send Email
Feb 1, 2001
10:48 pm
Hello! Since a few have already asked in this forum a while back, I've put together a page with portability hints for Microsoft Visual C++, similar to the page...
8589 Petr Kocmid
pkocmid@... Send Email
Feb 1, 2001
11:10 pm
... Be sure to recompile whole python from scratch to ensure the match of compiler version/patch for debug. Petr Kocmid pkocmid@......
8590 Rodger Wilson
rodger.wilson@... Send Email
Feb 1, 2001
11:47 pm
8591 mishkin@... Send Email Feb 2, 2001
1:10 am
I'm new to this group and have scanned the archives and the net in general for more info but haven't come up with anything, so... I'm wondering whether anyone...
8592 Beman Dawes
bdawes@... Send Email
Feb 2, 2001
2:03 am
... Done. Your English is as good, or better, than mine. ... Done. ... Added the C lib not in namespace std issue and workaround. Thanks, --Beman...
8593 Beman Dawes
bdawes@... Send Email
Feb 2, 2001
2:16 am
... Jens Maurer has recently contributed a status page for several compilers under Solaris. See ...
8594 Jeremy Siek
jsiek@... Send Email
Feb 2, 2001
2:28 am
Hi Nat, On Fri, 2 Feb 2001 mishkin@... wrote: mishki> mishki> I'm wondering whether anyone has made any additional progress with mishki> the new Sun...
8595 hankel_o_fung@... Send Email Feb 2, 2001
2:39 am
... Yes, that's what I mean. Sorry for not writing concisely. ... So, what is the current status? Is the above property of out_edges already a requirement...
8596 Jeremy Siek
jsiek@... Send Email
Feb 2, 2001
3:00 am
On Fri, 2 Feb 2001 hankel_o_fung@... wrote: hankel> --- In boost@y..., Jeremy Siek <jsiek@l...> wrote: hankel> > hankel> > I'm guessing, but perhaps you...
8597 hankel_o_fung@... Send Email Feb 2, 2001
7:24 am
In VertexListGraph.html, the VertexListGraph concept should be stated as a refinement of both the AdjacencyGraph concept and the IncidenceGraph concept...
8598 hankel_o_fung@... Send Email Feb 2, 2001
8:37 am
... However, I wonder if a VertexListGraph concept has to refine both the AdjacencyGraph and the IncidenceGraph concepts. E.g., it seems (correct me if I am...
8599 Mishkin, Nat
mishkin@... Send Email
Feb 2, 2001
1:21 pm
Ah, I guess I should have made clear that despite my slashing and burning, I still got compilation errors. The Solaris compiler report that Beman pointed me...
8600 Ed Brey
brey@... Send Email
Feb 2, 2001
2:43 pm
From: "Beman Dawes" <bdawes@...> ... For wchar_t, it would be worth adding that a workaround is to include <cstddef>, which defines wchar_t, and this...
8601 Beman Dawes
bdawes@... Send Email
Feb 2, 2001
2:56 pm
... burning, ... this ... A failure on a "run" test might be a compile-and-link failure, or an execution failure. You have to look at the logs (look at the...
8602 Jeremy Siek
jsiek@... Send Email
Feb 2, 2001
3:26 pm
Hi Hankel, On Fri, 2 Feb 2001 hankel_o_fung@... wrote: hankel> hankel> However, I wonder if a VertexListGraph concept has to refine hankel> both the...
8603 Boris Schaeling
boris@... Send Email
Feb 2, 2001
4:19 pm
I updated to 1.20.1 and thought to give regex a try. :) Using g++ 2.95.2 with regex works fine. But when trying to compile and link with STLport 4.0 linking...
8604 Jeremy Siek
jsiek@... Send Email
Feb 2, 2001
6:12 pm
For the past couple years, the Sun C++ compiler has been one of the worst in terms of standards compliance. Version 6.0 has significant improvements, and with...
8605 Jens Maurer
Jens.Maurer@... Send Email
Feb 2, 2001
6:59 pm
... Since the unit of display for the full boost regression test is a single test file, detailed output of unit tests should better be handled by a...
8606 Jens Maurer
Jens.Maurer@... Send Email
Feb 2, 2001
7:05 pm
... Thanks. I'm reluctant to add BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION for now because I've been unable to reproduce this on a small testcase. The others...
8607 Daryle Walker
darylew@... Send Email
Feb 2, 2001
8:11 pm
The use of 'size_t' in "array_traits.hpp" doesn't have a namespace (std) qualification with it, so it doesn't compile on my system. Could this be fixed...
8608 johncili@... Send Email Feb 2, 2001
8:18 pm
Hi, All, How to plot a figure (x~y curve) such as y=sin(x^2) in C++? Thanks, John...
8609 Darin Adler
darin@... Send Email
Feb 2, 2001
8:30 pm
... Yes, Dietmar has been pretty slow to respond to this problem. I first complained about it on November 11, 1999. I should have posted to the list instead of...
8610 Jens Maurer
Jens.Maurer@... Send Email
Feb 2, 2001
9:06 pm
... I've prefixed "size_t" by "std::" in boost/array_traits.hpp" and added a #include <boost/config.hpp> for those compilers which are a bit slow catching up....
Messages 8581 - 8610 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