| 1 | *** libs/serialization/test/test_utf8_codecvt.cpp.orig Fri Aug 14 13:06:30 2009
|
|---|
| 2 | --- libs/serialization/test/test_utf8_codecvt.cpp Tue Sep 21 23:18:02 2010
|
|---|
| 3 | ***************
|
|---|
| 4 | *** 143,149 ****
|
|---|
| 5 | ifs.imbue(*utf8_locale);
|
|---|
| 6 | ifs.open("test.dat");
|
|---|
| 7 |
|
|---|
| 8 | ! wchar_t item = 0;
|
|---|
| 9 | // note can't use normal vector from iterator constructor because
|
|---|
| 10 | // dinkumware doesn't have it.
|
|---|
| 11 | for(;;){
|
|---|
| 12 | --- 143,149 ----
|
|---|
| 13 | ifs.imbue(*utf8_locale);
|
|---|
| 14 | ifs.open("test.dat");
|
|---|
| 15 |
|
|---|
| 16 | ! std::wint_t item = 0;
|
|---|
| 17 | // note can't use normal vector from iterator constructor because
|
|---|
| 18 | // dinkumware doesn't have it.
|
|---|
| 19 | for(;;){
|
|---|