You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: