Is using macros to abbreviate long winded boost template names a bad practice?

Posted by ApplePieIsGood on Stack Overflow See other posts from Stack Overflow or by ApplePieIsGood
Published on 2010-03-12T03:29:47Z Indexed on 2010/03/12 3:37 UTC
Read the original article Hit count: 226

I am tired of writing shared_ptr<>, it's lengthening the code lines tremendously. Any reason not to do this?

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost