You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove usage of _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY.
This macro is internal to libc++ and was removed by
llvm/llvm-project@c6f3b7b
Abseil clients lacking this support should send a PR to add a
supported platform specific condition to the preprocessor to disable
it.
llvm/llvm-project#89178 (comment)
suggests the feature test macros like __cpp_lib_filesystem now work.
PiperOrigin-RevId: 695454966
Change-Id: I9d4f710f422b9a2351d2780c219e8804f4162c07
0 commit comments