repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PowerPC][NFC] Cleanup PPCCTRLoopsVerify pass
[llvm-project.git]
/
libcxx
/
test
/
support
/
filesystem_include.h
blob
f5c1d97be130e02dfc8b9b517042e7490a5f036b
1
#ifndef TEST_SUPPORT_FILESYSTEM_INCLUDE_H
2
#define TEST_SUPPORT_FILESYSTEM_INCLUDE_H
3
4
#include <filesystem>
5
#include
"test_macros.h"
6
7
#if defined(_LIBCPP_VERSION) && TEST_STD_VER < 17
8
namespace
fs
=
std
::
__fs
::
filesystem
;
9
#else
10
namespace
fs
=
std
::
filesystem
;
11
#endif
12
13
#endif