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
[C++ for OpenCL] Improve description of restricted C++ features. (#582)
Added the following restrictions that were omitted:
- references to functions;
- pointers to member functions;
Added clarification for:
- thread-safety of static locals initialization.
Added references to C++ spec sections where applicable.
0 commit comments