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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
PR27754
/
algobase.h
blob
f5e47d8dc7d3f798cfabdf277c314e927be72519
1
#ifndef _STL_ALGOBASE_H
2
#define _STL_ALGOBASE_H
3
template
<
typename _Tp
,
_Tp
>
struct
integral_constant
{};
4
#endif