ros-drivers / omron

ROS driver for OMRON OS32C laser scanner.
18 stars 15 forks source link

Require at least Boost 1.47 #7

Closed gavanderhoorn closed 9 years ago

gavanderhoorn commented 9 years ago

I realise indigo-devel implies certain minimum versions of dependencies, but I always prefer making things explicit.

Proposed change makes the configuration phase error out if Boost is not >= 1.47.0, which is required by the eip library code (according to boost/asio/doc/history.qbk, asio::buffer_copy(..) was introduced in 1.47.0).