← Back to context Comment by thrwyoilarticle 3 years ago Other stuff:https://twitter.com/rcs/status/1550526425211584512nullptr! auto! constexpr! 2 comments thrwyoilarticle Reply phkahler 3 years ago Not sure about the value of nullptr! Also not sure about auto! In C. camel-cdr 3 years ago nullptr since we have type detection now, and NULL mustn't be a pointer. auto, because otherwise everybody would create their own hacky auto using the new typeof.
phkahler 3 years ago Not sure about the value of nullptr! Also not sure about auto! In C. camel-cdr 3 years ago nullptr since we have type detection now, and NULL mustn't be a pointer. auto, because otherwise everybody would create their own hacky auto using the new typeof.
camel-cdr 3 years ago nullptr since we have type detection now, and NULL mustn't be a pointer. auto, because otherwise everybody would create their own hacky auto using the new typeof.
Not sure about the value of nullptr! Also not sure about auto! In C.
nullptr since we have type detection now, and NULL mustn't be a pointer. auto, because otherwise everybody would create their own hacky auto using the new typeof.