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
A developer trying to adopt stdpar should ideally start with a c++ version. the current code shown is C-based and the users are then expected to convert using templates and lambda. Doing the following will make it simpler to understand for stdpar developer
-- Start with code which is already C++ based
-- Change from using lambda to functor which is more easily understood
The text was updated successfully, but these errors were encountered:
A developer trying to adopt stdpar should ideally start with a c++ version. the current code shown is C-based and the users are then expected to convert using templates and lambda. Doing the following will make it simpler to understand for stdpar developer
-- Start with code which is already C++ based
-- Change from using lambda to functor which is more easily understood
The text was updated successfully, but these errors were encountered: