mirror of git://gcc.gnu.org/git/gcc.git
* include/experimental/bits/string_view.tcc: Fix doxygen @file.
From-SVN: r230221
This commit is contained in:
parent
73064edc3a
commit
53dc6fb862
|
|
@ -1,3 +1,7 @@
|
||||||
|
2015-11-12 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
|
* include/experimental/bits/string_view.tcc: Fix doxygen @file.
|
||||||
|
|
||||||
2015-11-11 Jonathan Wakely <jwakely@redhat.com>
|
2015-11-11 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
* libsupc++/new_handler.cc: Fix for explicit constructor change.
|
* libsupc++/new_handler.cc: Fix for explicit constructor change.
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||||
// <http://www.gnu.org/licenses/>.
|
// <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
/** @file experimental/string_view.tcc
|
/** @file experimental/bits/string_view.tcc
|
||||||
* This is an internal header file, included by other library headers.
|
* This is an internal header file, included by other library headers.
|
||||||
* Do not attempt to use it directly. @headername{string_view}
|
* Do not attempt to use it directly. @headername{string_view}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue