compatibility with boost 1.54

This is required for ROS indigo on ubuntu 14.04
This commit is contained in:
v4hn 2018-06-01 13:30:19 +02:00 committed by Robert Haschke
parent 5739bf39d9
commit 381210f43d

View File

@ -72,7 +72,7 @@ void Property::setCurrentValue(const boost::any &value)
void Property::reset()
{
value_.clear();
boost::any().swap(value_);
}
std::string Property::serialize() const {