50714.cc: Fix mychar.

2011-10-14  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* testsuite/22_locale/codecvt_byname/50714.cc: Fix mychar.

From-SVN: r179966
This commit is contained in:
Jonathan Wakely 2011-10-14 10:38:23 +00:00 committed by Paolo Carlini
parent 3cc2dd4b7e
commit 5fabae4e53
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-10-14 Jonathan Wakely <jwakely.gcc@gmail.com>
* testsuite/22_locale/codecvt_byname/50714.cc: Fix mychar.
2011-10-14 Jonathan Yong <jon_y@users.sourceforge.net>
* configure.host: Use config/os/mingw32-w64 instead of

View File

@ -18,8 +18,9 @@
// <http://www.gnu.org/licenses/>.
#include <locale>
#include <ext/pod_char_traits.h>
#define mychar unsigned short
#define mychar __gnu_cxx::character<unsigned short, int>
namespace std
{