C++
C++
Posted Nov 14, 2008 1:13 UTC (Fri) by robert_s (subscriber, #42402)In reply to: C++ by deepfire
Parent article: Things that go Clang in the night: LLVM 2.4 released (ars technica)
"It's not an unencumbered portable assembly for reusable library building"
Why not? The only feature that I would say "does things behind your back" in c++ is virtuals. And if you don't want virtuals to be used, don't use them.
(However, implementing the same functionality yourself in C would be much more fugly and almost certainly less performant.)
