mirror of git://gcc.gnu.org/git/gcc.git
* doc/extend.texi (Template Instantiation): Remove stray parenthesis.
From-SVN: r212821
This commit is contained in:
parent
efd3c368ab
commit
4ac2a3f0f7
|
|
@ -1,3 +1,7 @@
|
|||
2014-07-18 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* doc/extend.texi (Template Instantiation): Remove stray parenthesis.
|
||||
|
||||
2014-07-18 Chung-Ju Wu <jasonwucj@gmail.com>
|
||||
|
||||
* config/nds32/nds32.c (nds32_can_eliminate): Follow the
|
||||
|
|
|
|||
|
|
@ -18158,7 +18158,7 @@ syntax to support instantiation of the compiler support data for a
|
|||
template class (i.e.@: the vtable) without instantiating any of its
|
||||
members (with @code{inline}), and instantiation of only the static data
|
||||
members of a template class, without the support data or member
|
||||
functions (with (@code{static}):
|
||||
functions (with @code{static}):
|
||||
|
||||
@smallexample
|
||||
extern template int max (int, int);
|
||||
|
|
|
|||
Loading…
Reference in New Issue