mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
compatibility with boost 1.54
This is required for ROS indigo on ubuntu 14.04
This commit is contained in:
parent
5739bf39d9
commit
381210f43d
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user