Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
tpl-tpl-parm-2.h
blob: 16832bf8e7f362af90a77cc48dcbac4b31657abc [
file
] [
log
] [
blame
]
template
<
typename
_Alloc
>
struct
allocator_traits
{
template
<
template
<typename>
class
_Func
>
struct
_Ptr
{};
using
rebind_alloc
=
int
;
};
inline
void
frob
()
{
allocator_traits
<int>
_M_unpooled
;
}