Boost logo

Boost Users :

From: Emre Birol (ebirol_at_[hidden])
Date: 2006-01-19 21:01:42


Hi all,

My application uses Graph library files of Boost 1.33.1. It is a very
very simple shortest path implementation. When I try to compile it with
egcs-2.91.66, Red Hat 6.2 (don't ask why), I get this weird error:

boost/mpl/aux_/integral_wrapper.hpp:72: sorry, not implemented:
conversion of template_type_parm as template parameter
In file included from boost/mpl/integral_c.hpp:32,
....
...

It uses following headers from boost:

#include <boost/config.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/dijkstra_shortest_paths.hpp>

Any idea? How can I fix it?

thanks,
Emre


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net