ndsev / zserio-cpp17

New modern C++17 generator for Zserio
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Consider to use std::filesystem in the runtime library #23

Open mikir opened 2 months ago

mikir commented 2 months ago

From C++17, there is a std::filesystem library that provides facilities for performing operations on file systems and their components, such as paths, regular files, and directories.

We can use this library for example in the FileUtil module. It will be necessary to investigate this more properly. Don't forget about heap allocations without allocators. All such allocations must be documented.