Hacker News new | ask | show | jobs
by tormeh 263 days ago
You can just use CXX? Idk what to tell you. A coworker of mine is doing it. It's not some kind of weird thing.
1 comments

cxx only support a part of c++ STL container. It doesn't support template and custom container implementation. So no generic, no variadic number of argument, no automatic type déduction etc...