Sign in
cobalt
/
cobalt
/
08336faa599332e3e3bf29b7ad38ef023018b55e
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
PR27513
/
mystring.h
blob: 95680ed8837be7a6266472da8a8b9a917fb684ec [
file
] [
log
] [
blame
]
#ifndef
_GLIBCXX_STRING
#define
_GLIBCXX_STRING
template
<typename>
struct
basic_string
{
struct
_Alloc_hider
{}
_M_dataplus
;
~
basic_string
()
{
_Alloc_hider
h
;
}
};
extern
template
class
basic_string
<char>
;
#endif