mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2025-03-01 08:17:14 +00:00
Don't forward declare _FilesystemClock in C++03
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fdb4802a74
commit
1c5aabc9b7
@ -808,9 +808,11 @@ constexpr chrono::year operator ""y(unsigned lo
|
||||
_LIBCPP_PUSH_MACROS
|
||||
#include <__undef_macros>
|
||||
|
||||
#ifndef _LIBCPP_CXX03_LANG
|
||||
_LIBCPP_BEGIN_NAMESPACE_FILESYSTEM
|
||||
struct _FilesystemClock;
|
||||
_LIBCPP_END_NAMESPACE_FILESYSTEM
|
||||
#endif // !_LIBCPP_CXX03_LANG
|
||||
|
||||
_LIBCPP_BEGIN_NAMESPACE_STD
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user