Skip to content

No need for "experimental" here. #48

@vivasvan1

Description

@vivasvan1

using namespace std::experimental::filesystem;

https://en.cppreference.com/w/cpp/filesystem

The filesystem library was originally developed as boost.filesystem, was published as the technical specification ISO/IEC TS 18822:2015, and finally merged to ISO C++ as of C++17. The boost implementation is currently available on more compilers and platforms than the C++17 library.

on my compilation it said unable to find filesystem but worked after removing "experimental".

Disclaimer: I am still kind of a noob in c++

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions