Hacker News new | ask | show | jobs
by throwaway17_17 1422 days ago
I’m what way can you have ‘generics’ in C++ that are not based on templating? I am almost certain that any implementation of anything ‘generic’ templates are inherently involved. Maybe I’m wrong about what you mean by generics though.
1 comments

There are concepts now which are close enough to Rust's traits.