Commit 6e8ad87
committed
drop obsolete use of boost::bind and _1
Lambdas are preferred since c++11.
The transitively included use of _1 starts failing with a recently
proposed change to adapt the boost-bind include API in ros_comm.
ros-o/ros_comm#31 parent d22b98f commit 6e8ad87
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments