[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.
1 file changed