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

std function #11

Open oktonion opened 4 years ago

oktonion commented 4 years ago

Classes like stdex::thread need to have some kind of functors. Implementation of stdex::function is totally doable with C++98 and some template class overloads so this should be included in stdex library.

oktonion commented 4 years ago

Created a branch for stdex::function feature.

https://github.com/oktonion/stdex/tree/function_feature