You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/!\ 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 ?
The text was updated successfully, but these errors were encountered:
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.
/!\ 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
rtt
v3 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 ?
The text was updated successfully, but these errors were encountered: