mention std::filesystem::temp_directory_path on readme

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-10-19 00:00:00 +00:00
parent 9afe5355e9
commit fd6062a38c

View File

@@ -13543,7 +13543,7 @@ Programs under link:userland/cpp/[] are examples of https://en.wikipedia.org/wik
** link:userland/cpp/if_constexpr.cpp[]: C++17 `if constexpr`
* fstream
** link:userland/cpp/file_write_read.cpp[]
** link:userland/cpp/temporary_directory.cpp[]: https://stackoverflow.com/questions/3379956/how-to-create-a-temporary-directory-in-c/58454949#58454949
** link:userland/cpp/temporary_directory.cpp[]: illustrates `std::filesystem::temp_directory_path` and answers https://stackoverflow.com/questions/3379956/how-to-create-a-temporary-directory-in-c/58454949#58454949
* random
** link:userland/cpp/random.cpp[]