orocos-toolchain/rtt

no boost / RTTv3

ahoarau opened this issue · 1 comments

/!\ This is just a user experience feedback.
In my systems, I only use basic/minimal features of rtt for my components (no corba, no mq, no lua, no marshalling, no reporting).
To me ideally rttv3 would be a c++14 (or c++17) only library.
Pretty sure memory, functional, mutex, conditional, and thread can handle everything.
Is there any plan to remove boost dependency ?

That's fair feedback.

Another point of view - we use CORBA, marshaling, etc, and have no problem with the boost dependency. If removing boost wasn't a big deal, and it didn't change the overall functionality, then that might be a nice change. But we're happy with things as they are also.