Hi, On 05/14/2014 08:34 PM, Jason Merrill wrote:
The name suggests that it would be true for any direct initialization, which is wrong; see TARGET_EXPR_DIRECT_INIT_P (and the similarly wrongly named DIRECT_INIT_EXPR_P).Call your macro DIRECT_LIST_INIT_P and it's OK.
A good, thanks. I was a bit unsure myself. Paolo.