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 0a0ecc6 commit f095291Copy full SHA for f095291
cppguide.html
@@ -4369,11 +4369,16 @@ <h3 id="Other_Features"><a name="C++11">Other C++ Features</a></h3>
4369
<code><fenv.h></code> headers, because many
4370
compilers do not support those features reliably.</li>
4371
4372
+<span class="nondrake">
4373
<li>The <code><filesystem></code> header, which
4374
4375
does not have sufficient support for testing, and suffers
4376
from inherent security vulnerabilities.</li>
-
4377
+</span>
4378
+<span class="drake">
4379
+ <li>The <code><filesystem></code> header, until it is available on all
4380
+ of our supported platforms.</li>
4381
4382
4383
</ul>
4384
0 commit comments