Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 years agoI love new featureslemmy.zipexternal-linkmessage-square43linkfedilinkarrow-up1353arrow-down14
arrow-up1349arrow-down1external-linkI love new featureslemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 years agomessage-square43linkfedilink
minus-squareqaz@lemmy.worldlinkfedilinkEnglisharrow-up6·edit-22 years agoI just use unique_ptr 99% of the time
minus-squareGladaed@feddit.orglinkfedilinkarrow-up4·2 years agoAnd you should. It even works for classes whose constructors your implementation cannot see, if you aren’t a bitch about it.
I just use
unique_ptr99% of the timeAnd you should.
It even works for classes whose constructors your implementation cannot see, if you aren’t a bitch about it.