Hi Karo,
Add this to your class A:
int foo(Items const&) { std::cerr << "A::Items\n"; return 0; }
HTH, --Eljay