t.p.northover added a comment.

Oh, and I **think** it can probably be justified under C++, though I've not 
quite joined up all the dots. The "object lifetime" rules seem to bless 
declaring a char array dead and reusing its storage for another purpose. Since 
heap_node has trivial initialization, you probably don't even need to do 
anything special to make it a heap.

I could be wrong there though.


Repository:
  rL LLVM

http://reviews.llvm.org/D14119



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to