Advertisement
hamzaalloush

testcase

May 23rd, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include <locale>
  2.  
  3. int main()
  4. {
  5.   std::codecvt_byname<wchar_t,char,std::mbstate_t>* x =
  6.     new std::codecvt_byname<wchar_t,char,std::mbstate_t>("");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement