Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
noexcept-5.h
blob: 78d91322a1ab11832a61e44421c5a5e4e4b45a5a [
file
]
// PR c++/124785
template
<
typename
T
>
struct
Iterator
{
constexpr
friend
auto
operator
<=>(
const
Iterator
&,
const
Iterator
&)
=
default
;
};