prog.cpp: In function 'A GetA()':
prog.cpp:12: error: no matching function for call to 'A::A(A)'
prog.cpp:13: error: no matching function for call to 'A::A(A&)'
prog.cpp:14: error: no matching function for call to 'A::A(A&)'
prog.cpp: In function 'int main()':
prog.cpp:19: error: no matching function for call to 'A::A(A)'
prog.cpp:21: error: no matching function for call to 'A::A(A&)'
prog.cpp:22: error: no matching function for call to 'A::A(A&)'