build: transition from experimental filesystem
This commit is contained in:
parent
7eb31caa22
commit
f5a4420164
@ -1,4 +1,4 @@
|
||||
#include <experimental/filesystem>
|
||||
#include <filesystem>
|
||||
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
@ -6,6 +6,6 @@ main (int argc, char **argv)
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
|
||||
std::experimental::filesystem::path p { "foo" };
|
||||
std::filesystem::path p { "foo" };
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user