aşağıdaki hatayı alıyorum: Aşağıdaki kod derlenir [matt ~] g++ -std=c++11 main.cpp -DCOPY_AND_SWAP && ./a.out
main.cpp: In function ‘int main(int, const char* const*)’:
main.cpp:101:24: error: ambig
Ben yeniden kullanılabilir mixin içine kopyala-takas deyim koymak çalışıyorum yeniden struct Foo : copy_and_swap<Foo>
{
Foo()
{
std::cout << "default\n";
}
Foo(const Foo& o