Commit 5fabae4e by Jonathan Wakely Committed by Paolo Carlini

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
parent 3cc2dd4b
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 @@ ...@@ -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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment