Fix typo in std::wbuffer_convert
authorJonathan Wakely <jwakely@redhat.com>
Tue, 14 Nov 2017 18:00:53 +0000 (18:00 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 14 Nov 2017 18:00:53 +0000 (18:00 +0000)
commitd2e9196e5f8849bac2d4fa7fa5599eb2338c76bd
treed7e98b746a3f9e369f0bf12dd52b79b891a20c77
parent17636f266251d9d6bcc79f3b64cd275f63867a9a
Fix typo in std::wbuffer_convert

* include/bits/locale_conv.h (wbuffer_convert::_M_conv_get): Fix typo.
* testsuite/22_locale/conversions/buffer/3.cc: New test.

From-SVN: r254735
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_conv.h
libstdc++-v3/testsuite/22_locale/conversions/buffer/3.cc [new file with mode: 0644]