Package: libboost-graph-dev
Version: 1.32.0+1.33.0-cvs20050727-1
Severity: minor
Tags: patch

diff -u /tmp/adjacency_list.hpp /usr/include/boost/graph/adjacency_list.hpp
--- /tmp/adjacency_list.hpp 2005-08-10 14:38:52.015104193 +0200
+++ /usr/include/boost/graph/adjacency_list.hpp 2005-08-10 14:39:35.685105400 
+0200
@@ -386,7 +386,7 @@
     template <class EdgeIterator>
     inline adjacency_list(EdgeIterator first, EdgeIterator last,
                           vertices_size_type n,
-                          edges_size_type m = 0,
+                          edges_size_type = 0,
                           const GraphProperty& p = GraphProperty())
       : Base(n, first, last), m_property(p) { }
 
@@ -394,7 +394,7 @@
     inline adjacency_list(EdgeIterator first, EdgeIterator last,
                           EdgePropertyIterator ep_iter,
                           vertices_size_type n,
-                          edges_size_type m = 0,
+                          edges_size_type = 0,
                           const GraphProperty& p = GraphProperty())
       : Base(n, first, last, ep_iter), m_property(p) { }
 #endif


Thanks!

-- 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
"crying is the refuge of plain women but the ruin of pretty ones."
                                                        -- oscar wilde

Attachment: signature.asc
Description: Digital signature (GPG/PGP)

Reply via email to