oktonion / stdex

std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
MIT License
67 stars 6 forks source link

add support for is_base_of and is_convertible #1

Open oktonion opened 6 years ago

oktonion commented 6 years ago

Should be doable with SFINAE magic.