Closed dyp-cpp closed 9 years ago
I've actually been doing this on purpose - I tend to like linking the first instance of a term but not the rest. Not sure what others think of this.
Ah, well I thought there are the brackets around std::shared_ptr
, and you have linked weak_ptr twice, so it seemed a bit inconsistent. I concur with linking only the first occurrence, but what's the purpose of the [] then?
Oh, I didn't notice that, thanks!
Link missing from second mention of shared_ptr.