• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "boost/filesystem.hpp"
2 
3 static const boost::filesystem::path::codecvt_type &dummy =
4   boost::filesystem::path::codecvt();
5 
main()6 int main()
7 {
8   return 0;
9 }
10 
11