This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249253 - in /branches/gcc-5-branch/libstdc++-v...
- From: redi at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 16 Jun 2017 12:55:11 -0000
- Subject: r249253 - in /branches/gcc-5-branch/libstdc++-v...
Author: redi
Date: Fri Jun 16 12:55:11 2017
New Revision: 249253
URL: https://gcc.gnu.org/viewcvs?rev=249253&root=gcc&view=rev
Log:
Fix missing return in libstdc++ header
* include/bits/locale_conv.h (wbuffer_convert::_M_put): Add missing
return statement.
Modified:
branches/gcc-5-branch/libstdc++-v3/ChangeLog
branches/gcc-5-branch/libstdc++-v3/include/bits/locale_conv.h