Author
anonymous
almost 8 years ago
$
prog.cc:7:42: error: incompatible operand types ('A' and 'B') auto result = std::is_same<int, int>{} ? A{} : B{}; ^ ~~~ ~~~ 1 error generated.