Author
anonymous
about 7 years ago
$
prog.cc:7:46: error: incompatible operand types ('A' and 'B') std::conditional<true, A, B> result = true ? A{} : B{}; ^ ~~~ ~~~ 1 error generated.