Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, for const strings, some code uses char char[] and some code uses const char*. We should make those consistent.
I propose to use const char[] consistently because it's slightly safer than a const char pointer.
Attachments
Issue Links
- is related to
-
MESOS-1023 Replace all static/global variables with non-POD type
- Accepted