Y
Hacker News
new
|
ask
|
show
|
jobs
by
accelbred
300 days ago
I usually put an inline wrapper around vtable functions so that `thing->vtable->foo(thing, ...)` becomes `foo(thing, ...)`.