From 84c905016f789498acbf2983ed8763cdcae2b082 Mon Sep 17 00:00:00 2001 From: Sean Portal Date: Tue, 11 Feb 2020 17:39:50 +0000 Subject: [PATCH] Fix typo "C++147" ==> "C++14" --- include/ghc/filesystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ghc/filesystem.hpp b/include/ghc/filesystem.hpp index 56b2f71..d0ee1a9 100644 --- a/include/ghc/filesystem.hpp +++ b/include/ghc/filesystem.hpp @@ -1,6 +1,6 @@ //--------------------------------------------------------------------------------------- // -// ghc::filesystem - A C++17-like filesystem implementation for C++11/C++147/C++17 +// ghc::filesystem - A C++17-like filesystem implementation for C++11/C++14/C++17 // //--------------------------------------------------------------------------------------- //