ProjetM1MPRI2013 / central

Repo principal
6 stars 0 forks source link

uuid non serialisable #29

Closed Nobody35 closed 10 years ago

Nobody35 commented 10 years ago

J'ai besoin de sérialisé les uuid et j'ai cette érreur: ‘struct boost::uuids::uuid’ has no member named ‘serialize’

kanunikov-denys commented 10 years ago

It's serialisable by default, use

include "boost/uuid/uuid_io.hpp" and

include "boost/uuid/uuid_serialize.hpp" in your .cc file.

I think it's all