We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfa6ce commit 534d5e7Copy full SHA for 534d5e7
cppguide.html
@@ -213,10 +213,6 @@ <h3 id="Self_contained_Headers">Self-contained Headers</h3>
213
<p>Header files should be self-contained (compile on their own) and
214
end in <code>.h</code>. Non-header files that are meant for inclusion
215
should end in <code>.inc</code> and be used sparingly.</p>
216
-<p class="exception drake">
217
- The Self-contained headers rule may be disobeyed when implementing
218
- the <a href="http://drake.mit.edu/cxx_inl.html#cxx-inl-files">C++ *-inl.h
219
- files pattern</a> in its exact form.</p>
220
</div>
221
222
<div class="stylebody">
0 commit comments