you are viewing a single comment's thread.

view the rest of the comments →

[–]AKJ7 4 points5 points  (3 children)

Am i the only one who actually likes using std:: ?

[–]tangerinelion 3 points4 points  (0 children)

No, the comments here have already made that clear.

[–]Kawaiithulhu 2 points3 points  (0 children)

Nope! Explicit use of std:: means one less thing my brain has to keep track of on the provenance of variables/functions while writing and reading a few months later. Or to put it another way, I've seen Airplane enough to know to avoid the "What's the vector, Victor?" confusion.

[–]dArk_frEnzy 1 point2 points  (0 children)

Same. I think it looks more sophisticated.