Hi Philip, The constructor is explicit. So the first works, since it is explicit. But the constructor-by-assignment operator doesn't work, since explicit constructor won't participate in the eliding. HTH, --Eljay
Hi Philip, The constructor is explicit. So the first works, since it is explicit. But the constructor-by-assignment operator doesn't work, since explicit constructor won't participate in the eliding. HTH, --Eljay