mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 15:42:07 +08:00
Fix text of hyperlink in manual
* doc/xml/manual/using.xml: Use link element instead of xref. * doc/html/*: Regenerate. From-SVN: r269494
This commit is contained in:
parent
43aaf5ab73
commit
c7904d9e08
@ -1,5 +1,8 @@
|
||||
2019-03-08 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* 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 <fdumont@gcc.gnu.org>
|
||||
|
@ -116,7 +116,8 @@
|
||||
enabled for
|
||||
<code class="classname">std::vector<T, std::allocator<T>></code>
|
||||
and only when <code class="classname">std::allocator</code> is derived from
|
||||
<a class="xref" href="memory.html#allocator.impl" title="Implementation">the section called “Implementation”</a>. The annotations
|
||||
<a class="link" href="memory.html#allocator.impl" title="Implementation"><code class="classname">new_allocator</code>
|
||||
or <code class="classname">malloc_allocator</code></a>. 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.
|
||||
|
@ -1192,8 +1192,8 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe
|
||||
enabled for
|
||||
<classname>std::vector<T, std::allocator<T>></classname>
|
||||
and only when <classname>std::allocator</classname> is derived from
|
||||
<xref linkend="allocator.impl"><classname>new_allocator</classname>
|
||||
or <classname>malloc_allocator</classname></xref>. The annotations
|
||||
<link linkend="allocator.impl"><classname>new_allocator</classname>
|
||||
or <classname>malloc_allocator</classname></link>. 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user