This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> >> FAIL: 22_locale/static_members.cc execution test > > Ben> where is this failing? > > string lc_all_ph = std::setlocale(LC_ALL, ph.c_str()); > > in test02(). I need to rebuild libstdc++ with less optimization to get > more information. try changing that line to std::setlocale(LC_ALL, ph.c_str()); and seeing if that works -benjamin
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |