Sign in
llvm
/
clang
/
7d0e090bbc61baebf0be18e4d9ba36615b6cd566
/
.
/
test
/
Modules
/
Inputs
/
PR26179
/
basic_string.h
blob: 653ce078451c4466d24d3cffd9430bf22b87263b [
file
] [
log
] [
blame
]
#ifndef
_GLIBCXX_STRING
#define
_GLIBCXX_STRING
1
template
<
typename
T
>
struct
basic_string
{
static
T _S_empty_rep_storage
[];
};
template
<
typename
T
>
T basic_string
<
T
>::
_S_empty_rep_storage
[
sizeof
(
T
)];
#endif