Skip to content
Snippets Groups Projects
Commit 8eebe77a authored by Matteo Cicuttin's avatar Matteo Cicuttin
Browse files

Forgot to add check_std_filesystem.cpp.

parent 413bc50b
No related branches found
No related tags found
No related merge requests found
#include <filesystem>
int main(void)
{
auto p = std::filesystem::current_path();
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment