Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

Copy initialization: overload resolution issue

Language: Layout:
+ ] Compiler args + ] Show input
Compilation time: 1,78 sec, absolute running time: 0,22 sec, absolute service time: 2,01 sec 
edit mode |  history  | discussion
const operator enabled: 0

copy from prvalues 
  B to A: non-const operator
  C to A: template constructor

copy from const lvalues: 
  B to A: template constructor
  C to A: template constructor