Open oktonion opened 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.
stdex::thread
stdex::function
Created a branch for stdex::function feature.
https://github.com/oktonion/stdex/tree/function_feature
Classes like
stdex::thread
need to have some kind of functors. Implementation ofstdex::function
is totally doable with C++98 and some template class overloads so this should be included in stdex library.