orocos-toolchain / rtt

Orocos Real-Time Toolkit
http://www.orocos.org
Other
72 stars 79 forks source link

Fixed typekit for bool sequences #146

Closed meyerj closed 8 years ago

meyerj commented 8 years ago

This PR adds the missing implementation of specialized method RTT::types::get_container_item_copy(const std::vector<bool> & cont, int index) required by SequenceTypeInfo<T> implementation for type std::vector<bool>.

The default RTT typekit does not contain type std::vector<bool> and therefore does not trigger this error.

meyerj commented 8 years ago

Merged to toolchain-2.9 branch in c55d8e150e115e3f933171b50e85500a4d75e3eb.