diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-10-07 12:50:39 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-10-07 13:21:54 +0300 |
commit | 63f67780de6ac771c194793c8848ab509fad6579 (patch) | |
tree | a7f5b5f178ff4020543e611ca8b129e9afb91886 | |
parent | 90a597111f17a27d88c309936517627ea8083acc (diff) | |
download | ydb-63f67780de6ac771c194793c8848ab509fad6579.tar.gz |
Forward declare filesystem::path in stlfwd
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/stlfwd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/stlfwd b/contrib/libs/cxxsupp/libcxx/include/stlfwd index adad6790dcc..39e19f5e74d 100644 --- a/contrib/libs/cxxsupp/libcxx/include/stlfwd +++ b/contrib/libs/cxxsupp/libcxx/include/stlfwd @@ -61,3 +61,9 @@ _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_END_NAMESPACE_STD +_LIBCPP_BEGIN_NAMESPACE_FILESYSTEM + + class path; + +_LIBCPP_END_NAMESPACE_FILESYSTEM + |