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

is_enum implementation

oktonion opened this issue · comments

Now is_enum is not implemented. Problem is that SFINAE checks with pointer to member does not work with Borland C++ Builder.

Fixed in version 0.1.1 with special implementation for Borland C++ Builder (and any compiler with same bug). Tested with every compiler available.