Boost logo

Boost Users :

From: Mojmir Svoboda (mojmir.svoboda_at_[hidden])
Date: 2008-08-27 10:23:23


okay,
it was my mistake, i had boost 1.33.1 linked in. now with 1.36.0
it works.
but anyway: i'd like to know the answer to following, if possible:
> now i want the line
> ar >> serialization::make_nvp("vertex_property", get(vertex_all_t(), graph, v));
>
> to be transformed into form:
> something & vp = get(vertex_all_t(), graph, v);
> ar >> serialization::make_nvp("vertex_property", vp);

PS: sorry for the spam... but you know how it is: when you are
the most desperate and ask on mailing list, you discover your
stupidity 10 min after..

best regards,
mojmir


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