mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
3cc2dd4b7e
commit
5fabae4e53
|
|
@ -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>
|
2011-10-14 Jonathan Yong <jon_y@users.sourceforge.net>
|
||||||
|
|
||||||
* configure.host: Use config/os/mingw32-w64 instead of
|
* configure.host: Use config/os/mingw32-w64 instead of
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,9 @@
|
||||||
// <http://www.gnu.org/licenses/>.
|
// <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include <locale>
|
#include <locale>
|
||||||
|
#include <ext/pod_char_traits.h>
|
||||||
|
|
||||||
#define mychar unsigned short
|
#define mychar __gnu_cxx::character<unsigned short, int>
|
||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue