orocos-toolchain / rtt

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

no boost / RTTv3 #287

Open ahoarau opened 5 years ago

ahoarau commented 5 years ago

/!\ 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 ?

snrkiwi commented 5 years ago

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.