Hacker News new | ask | show | jobs
by 1718627440 323 days ago
I don't think

    T ## _foo (T foo, ...)
is that much different from

    <T>::foo (T foo, ...)
Same for:

    foo (Object * a)
vs:

    foo (void * a)