iox::cxx::map implemenattion #1435
SomnathHolkar
started this conversation in
General
Replies: 1 comment 2 replies
-
@SomnathHolkar you are right! When you take a glimpse at my inofficial private repo: https://gitlab.com/elfenpiff/iceoryx_on_fire/-/tree/master/include you see that I started this some weeks ago but didn't find the time to continue this. To provide you an update what we still need:
But if you want you are invited to take over this task. We would very much welcome it and support you along the way! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Iceoryx has almost all STL implemenation under hoofs i.e. all datatypes are supported by iceoryx hoofs except map
only std::map which actually usage the dynamic memory internally needs to be added in hoofs.
Beta Was this translation helpful? Give feedback.
All reactions