Closed msune closed 4 years ago
Thanks @oz123. After acceptance of #162, this last one can be merge as is.
Let me know your thoughts
Hello ! I'm searching for an embbedable C data container, so I gave a look a this one. I wonder if candidates are acccepted in the list when a C++ compiler is mandatory AND actually link with the stdc++.
Hi @bizulk.
This is a good question. From previous discussions with the previous maintainer, it seemed so. Neverthless, let's see what @oz123 thinks about.
One minor comment to your link; libcdada
, today, always links to libstdc++
(I will look into making more explicit in libcdada
's main README), even when not using customer containers (link provided). I plan to add other backends in the future - keeping the C api intact - e.g. EASTL, but I might as well look into C backends when no C++ compiler is available.
I documented the need of C++ in the entry of the awesome-c list to make it explicit as part of this PR.
Wrt to your problem, drop me an email, and I can share my thoughts and point you to alternatives too.
Okay thanks for reply,
This patchset:
Data Structures
sectionlibcdada
, a small MACRO-less library for basic data structures (list
,set
,map
...) in C (C++ backend).NOTE: for easy integration this PR builds on top of #162, #161, #160