blob: 4ecb1e9d5e3e4a4c7a8856999af96107c9a8bbe5 [file] [log] [blame]
struct A
{
A(const A&) = delete;
A& operator=(const A&) = delete;
};