index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
performance-noexcept-move-constructor.cpp
blob: 8b4900b00d62dbc71610cc11415af6437cd0c5dd (
plain
)
1
2
3
4
class
A
{
A
(
A
&&
);
A
&
operator
=
(
A
&&
);
};