
1 Dec
2006
1 Dec
'06
9:35 a.m.
Jens Müller wrote:
The example doesn't work with LEDA 5.0.1 any longer:
As simple as that: Add using namespace leda; at an appropriate point ... E.g.: | int main() | { | using namespace boost; | using namespace leda; | typedef GRAPH<std::string, char> graph_t; Maybe | #undef string | #undef vector have also become unnecessary?