View Issue Details

IDProjectCategoryView StatusLast Update
0004567DarkRadiantDesign/Codingpublic10.05.2018 18:28
Reportergreebo Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.2.1 
Target Version2.3.0Fixed in Version2.3.0 
Summary0004567: Replace boost::filesystem with std::experimental::filesystem in MSVC 2017
DescriptionSince VS2015 we have the experimental namespace which is almost the same as the boost::filesystem one. A few methods are called differently, but overall it should be possible to use a namespace alias for almost all occurrences.
TagsNo tags attached.

Activities

greebo

greebo

15.07.2017 14:24

administrator   ~0008994

Done, Linux and macOS still use boost::filesystem. As of GCC 5.3 it should be possible to use the std::experimental header, but this requires a bit of autoconf trickery and preprocessor definitions.

Issue History

Date Modified Username Field Change
15.07.2017 14:23 greebo New Issue
15.07.2017 14:23 greebo Status new => resolved
15.07.2017 14:23 greebo Fixed in Version => 2.3.0
15.07.2017 14:23 greebo Resolution open => fixed
15.07.2017 14:23 greebo Assigned To => greebo
15.07.2017 14:24 greebo Note Added: 0008994
10.05.2018 18:28 greebo Status resolved => closed