Skip to content

Commit

Permalink
Update C++ standard to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryKogan committed Dec 30, 2023
1 parent d9a8494 commit 344dc82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.25)
project(file-system)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

include(FetchContent)
Expand Down
1 change: 1 addition & 0 deletions src/FileSystem/FileSystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "FileHandler/HandlerBuilder/HandlerBuilder.hpp"
#include "Metadata/Metadata.hpp"
#include "PathResolver/PathResolver.hpp"
#include <algorithm>
#include <cstdint>
#include <sstream>
#include <string>
Expand Down

0 comments on commit 344dc82

Please sign in to comment.