Boost logo

Boost Users :

From: Jens Müller (jens.mueller_at_[hidden])
Date: 2006-12-01 04:35:14


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?


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