[
https://issues.apache.org/jira/browse/MESOS-3207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14655060#comment-14655060
]
haosdent commented on MESOS-3207:
---------------------------------
{quote}
Prefer `constexpr to `const` for all constant POD declarations, `constexpr`
`char` arrays are preferred to `const` `string` literals.
{quote}
should be
{quote}
Prefer `constexpr` to `const` for all constant POD declarations, `constexpr`
`char` arrays are preferred to `const` `string` literals.
{quote}
> C++ style guide is not rendered correctly (code section syntax disregarded)
> ---------------------------------------------------------------------------
>
> Key: MESOS-3207
> URL: https://issues.apache.org/jira/browse/MESOS-3207
> Project: Mesos
> Issue Type: Bug
> Components: project website, webui
> Affects Versions: 0.23.0
> Reporter: Anand Mazumdar
> Assignee: Bernd Mathiske
> Priority: Minor
> Labels: mesosphere
>
> Some paragraphs at the bottom of docs/mesos-c++-style-guide.md containing
> code sections are not rendered correctly by the web site generator. It looks
> fine in a github gist and apparently the syntax used is correct.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)