Loading...
Searching...
No Matches
18#if !defined(LAGRANGE_USE_STD_FS) && !defined(LAGRANGE_USE_GHC_FS) && \
19 !defined(LAGRANGE_USE_BOOST_FS)
20 #if defined(__cplusplus) && __cplusplus >= 201703L && defined(__has_include)
21 #if __has_include(<filesystem>)
22 #define LAGRANGE_USE_STD_FS
28#if !defined(LAGRANGE_USE_STD_FS) && !defined(LAGRANGE_USE_GHC_FS) && \
29 !defined(LAGRANGE_USE_BOOST_FS)
30 #define LAGRANGE_USE_GHC_FS