diff --git a/src/filesystem.hpp b/src/filesystem.hpp index 289921a..a821e15 100644 --- a/src/filesystem.hpp +++ b/src/filesystem.hpp @@ -1,6 +1,6 @@ #pragma once -/* C++17's filesystem library is still experimental in Ubuntu 18.04's clang-10 */ +/* C++17's filesystem library is still experimental in Ubuntu 18.04's clang-8 */ #if defined(__UBUNTU18__) #include namespace fs = std::experimental::filesystem;