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
We have #ifdef __cplusplus in several places to account for the use of standard library features that exist within C, but are in the global namespace.
In the long run, we should move these into their own cl_manycore_regression.cpp/c source file and use namespaces correctly (i.e. not in a header file).
We have
#ifdef __cplusplus
in several places to account for the use of standard library features that exist within C, but are in the global namespace.In the long run, we should move these into their own cl_manycore_regression.cpp/c source file and use namespaces correctly (i.e. not in a header file).
See comments in #644
The text was updated successfully, but these errors were encountered: