This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ diff main_boostfs.cpp main_stdfs.cpp | |
2c2 | |
< File: main_boostfs.cpp | |
--- | |
> File: main_stdfs.cpp | |
5,6c5,6 | |
< Purpose: Program to demonstrate aspects of boost::filesystem | |
< NOTE: Contrast behaviour differences with output of main_stdfs.cpp | |
--- | |
> Purpose: Program to demonstrate aspects of std::filesystem |