kzampog / cilantro

A lean C++ library for working with point cloud data
MIT License
1.03k stars 207 forks source link

Compilation fix on MSVC since the std::conditional for RigidTransformationSetBase does not work #11

Closed avikde closed 6 years ago

avikde commented 6 years ago

This fixes the error mentioned in #10

kzampog commented 6 years ago

Awesome, thanks!