mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-31 20:22:07 +00:00
11 lines
160 B
C++
11 lines
160 B
C++
#include "boost/filesystem.hpp"
|
|
|
|
static const boost::filesystem::path::codecvt_type &dummy =
|
|
boost::filesystem::path::codecvt();
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
|