Hacker News new | ask | show | jobs
by lazyjones 4697 days ago
That is correct, but libzmq uses malloc/free (despite C++).
1 comments

Yes indeed. I always recommend doing the opposite in C++ projects: use reference counting and not use exceptions.