From a1eef8017eb3c75a30b00863e1d54f906eefc0df Mon Sep 17 00:00:00 2001 From: frank Date: Thu, 18 Apr 2024 00:11:40 -0400 Subject: [PATCH] fix clang version in comment --- src/filesystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;