boost::serialization: 'serialize' is not a member of 'Eigen::internal::workaround_msvc_stl_support<T>'
Boost 1.50
MSVS 2010
My problem occurs when I attempt to serialize pcl::PointCloudpcl::PointXYZ
g...specifically g.points which is std::vector
consider ar && g.points What type is g.points ? If it's an stl collection of some sort, it's already supported. If it's something else - perhaps part of msvc workaround, then THAT will have to have serialization defined. So look in to point_cloud.h and see the type of g.points is. Robert Ramey -- View this message in context: http://boost.2283326.n4.nabble.com/boost-serialization-serialize-is-not-a-me... Sent from the Boost - Users mailing list archive at Nabble.com.
As mentioned in the original post:
g.points is std::vector
participants (2)
-
LynnC
-
Robert Ramey