forked from OSchip/llvm-project
Don't forward declare _FilesystemClock in C++03
llvm-svn: 349887
This commit is contained in:
parent
8b1ad5cf8d
commit
8c0c8e154b
|
@ -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…
Reference in New Issue