
I had the same problem with MSV7.1 and resolved it by using project setting: /Gm, which is under C/C++/Code Generation. Basically, you need to reduce the debug information. Yan -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of boost-users-request@lists.boost.org Sent: Tuesday, September 05, 2006 4:46 PM To: boost-users@lists.boost.org Subject: Boost-users Digest, Vol 1018, Issue 3 Send Boost-users mailing list submissions to boost-users@lists.boost.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.boost.org/mailman/listinfo.cgi/boost-users or, via email, send a message with subject or body 'help' to boost-users-request@lists.boost.org You can reach the person managing the list at boost-users-owner@lists.boost.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Boost-users digest..." Today's Topics: 1. [BGL] filtered graph missing vertex function (moritz Hilger) 2. Re: Boost.signals with -pthread (Ra?l Huertas) 3. Re: Building Tests With Boost Test (Roman Neuhauser) 4. Re: [BGL] filtered graph missing vertex function (Stephan Diederich) 5. [variant] MSVC7.1 produces an Internal Compiler error when variant gets too complicated (Eoin) 6. portable way to determine return type from class member function (Peter Piehler) 7. Re: [test] Running either unit tests or normal program based off of command line switches (Jason House) 8. Re: [BGL] filtered graph missing vertex function (moritz Hilger) 9. Using boost::enable_if with template copy constructors (Tim Robertson) ---------------------------------------------------------------------- Message: 1 Date: Tue, 5 Sep 2006 20:23:46 +0200 From: "moritz Hilger" <moritz.hilger@gmail.com> Subject: [Boost-users] [BGL] filtered graph missing vertex function To: boost-users@lists.boost.org Message-ID: <b48649090609051123r104f6e9dtc91a992f64bf9e9c@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" is there a particular reason that the filtered graph is missing a vertex_descriptor vertex(vertices_size_type, const& filtered_graph) function? of course this would return exactly the same as the one of the underlying graph, nevertheless it would be handy for code treating filtered graphs the same way as normal ones. greetings moritz