9054_static_const_codecvt_segfault_pre_main.cpp 160 B

12345678910
  1. #include "boost/filesystem.hpp"
  2. static const boost::filesystem::path::codecvt_type &dummy =
  3. boost::filesystem::path::codecvt();
  4. int main()
  5. {
  6. return 0;
  7. }