fix clang version in comment

This commit is contained in:
ohsqueezy 2024-04-18 00:11:40 -04:00
parent 65eead0079
commit a1eef8017e
1 changed files with 1 additions and 1 deletions

View File

@ -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 <experimental/filesystem>
namespace fs = std::experimental::filesystem;