Skip to content

Commit f095291

Browse files
committed
Allow <filesystem> within Drake
1 parent 0a0ecc6 commit f095291

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cppguide.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4369,11 +4369,16 @@ <h3 id="Other_Features"><a name="C++11">Other C++ Features</a></h3>
43694369
<code>&lt;fenv.h&gt;</code> headers, because many
43704370
compilers do not support those features reliably.</li>
43714371

4372+
<span class="nondrake">
43724373
<li>The <code>&lt;filesystem&gt;</code> header, which
43734374

43744375
does not have sufficient support for testing, and suffers
43754376
from inherent security vulnerabilities.</li>
4376-
4377+
</span>
4378+
<span class="drake">
4379+
<li>The <code>&lt;filesystem&gt;</code> header, until it is available on all
4380+
of our supported platforms.</li>
4381+
</span>
43774382

43784383
</ul>
43794384

0 commit comments

Comments
 (0)