mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
POD data -> POD
Avoid redundancy
This commit is contained in:
parent
9663cabfee
commit
ba8180b6e2
|
@ -897,7 +897,7 @@ needs to run at both <code>exit()</code> and
|
|||
both places.)</p>
|
||||
|
||||
<p>As a result we only allow static variables to contain
|
||||
POD data. This rule completely disallows
|
||||
POD. This rule completely disallows
|
||||
<code>std::vector</code> (use C arrays instead), or
|
||||
<code>string</code> (use <code>const char []</code>).</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user