aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2018-05-07 20:17:16 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2018-05-07 20:17:16 +0100
commitb83f5981c1f0bdc606d5cec28e1f32db7c5bc237 (patch)
treed087e0c9aec819b7b0151f02d57e3ddfb4783b15 /libstdc++-v3
parent0d1f4de97d9b51e04f6678448fb7c796a8fba6b1 (diff)
downloadgcc-b83f5981c1f0bdc606d5cec28e1f32db7c5bc237.zip
gcc-b83f5981c1f0bdc606d5cec28e1f32db7c5bc237.tar.gz
gcc-b83f5981c1f0bdc606d5cec28e1f32db7c5bc237.tar.bz2
Document -lstdc++fs requirement for std::filesystem
* doc/xml/manual/using.xml (table.cmd_options): Document that the C++17 Filesystem implementation also needs -lstdc++fs. From-SVN: r260011
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog3
-rw-r--r--libstdc++-v3/doc/xml/manual/using.xml4
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index cdbc44e..91df426 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,8 @@
2018-05-07 Jonathan Wakely <jwakely@redhat.com>
+ * doc/xml/manual/using.xml (table.cmd_options): Document that the
+ C++17 Filesystem implementation also needs -lstdc++fs.
+
PR libstdc++/85671
* include/bits/fs_path.h (operator/): Permit copy elision.
* include/experimental/bits/fs_path.h (operator/): Likewise.
diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml
index bb04e0f..918703a 100644
--- a/libstdc++-v3/doc/xml/manual/using.xml
+++ b/libstdc++-v3/doc/xml/manual/using.xml
@@ -99,7 +99,9 @@
<entry><literal>-lstdc++fs</literal></entry>
<entry>Linking to <filename class="libraryfile">libstdc++fs</filename>
is required for use of the Filesystem library extensions in
- <filename class="headerfile">&lt;experimental/filesystem&gt;</filename>.
+ <filename class="headerfile">&lt;experimental/filesystem&gt;</filename>
+ and the C++17 Filesystem library in
+ <filename class="headerfile">&lt;filesystem&gt;</filename>.
</entry>
</row>