epubgrep/src/fs-compat.hpp.in
tastytea bfb59da98d
All checks were successful
continuous-integration/drone/push Build is passing
std::filesystem compatibility for older GCC.
The header was in experimental a while ago and the implementation was a
separate library.
2021-05-20 10:37:45 +02:00

3 lines
78 B
C++

#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;