Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

C++17 has mechanism to validate if a type implements a certain "interface" (pure virtual base class) via type traits, if constexpr and enable_if, and hopefully with concepts a solution similar to traits will then be possible (already available on gcc).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: