From: Jonathan Wakely Date: Fri, 8 Mar 2019 13:56:53 +0000 (+0000) Subject: Fix text of hyperlink in manual X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7904d9e08a0ca3f733be3c2e8a3b912fa851fc5;p=gcc.git Fix text of hyperlink in manual * doc/xml/manual/using.xml: Use link element instead of xref. * doc/html/*: Regenerate. From-SVN: r269494 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e752285bdb2..7da25945a8c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2019-03-08 Jonathan Wakely + * doc/xml/manual/using.xml: Use link element instead of xref. + * doc/html/*: Regenerate. + * include/bits/fs_path.h (path::format): Add fixed underlying type. 2019-03-08 François Dumont diff --git a/libstdc++-v3/doc/html/manual/using_macros.html b/libstdc++-v3/doc/html/manual/using_macros.html index 7030bd2d0fd..dad6564a97d 100644 --- a/libstdc++-v3/doc/html/manual/using_macros.html +++ b/libstdc++-v3/doc/html/manual/using_macros.html @@ -116,7 +116,8 @@ enabled for std::vector<T, std::allocator<T>> and only when std::allocator is derived from - the section called “Implementation”. The annotations + new_allocator + or malloc_allocator. The annotations must be present on all vector operations or none, so this macro must be defined to the same value for all translation units that create, destroy or modify vectors. diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml index 2d44a739406..7647e9b8dad 100644 --- a/libstdc++-v3/doc/xml/manual/using.xml +++ b/libstdc++-v3/doc/xml/manual/using.xml @@ -1192,8 +1192,8 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe enabled for std::vector<T, std::allocator<T>> and only when std::allocator is derived from - new_allocator - or malloc_allocator. The annotations + new_allocator + or malloc_allocator. The annotations must be present on all vector operations or none, so this macro must be defined to the same value for all translation units that create, destroy or modify vectors.