oktonion / stdex

std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for is_base_of and is_convertible

oktonion opened this issue · comments

Should be doable with SFINAE magic.