SFTtech/openage

Updating headers with std::filesystem for Win

Open

#1,230 opened on Apr 22, 2020

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Python (1,135 forks)batch import
good first issuelang: c++os: windows

Repository metrics

Stars
 (12,130 stars)
PR merge metrics
 (Avg merge 9d 23h) (1 merged PR in 30d)

Description

There were some problems in the past regarding std::filesystem, MSVC 2017 and 2019 added support so we would be able to update our sources correspondingly.

std::filesystem for VS2017

Contributor guide