How to include only BOOST smart pointer codes into a project?

Posted by afriza on Stack Overflow See other posts from Stack Overflow or by afriza
Published on 2010-03-25T03:01:04Z Indexed on 2010/03/25 3:03 UTC
Read the original article Hit count: 367

What are best practices to include boost smart pointer library only without adding all boost libraries into the project?

I only want boost smart pointer library in my project and I don't want to check in/commit 200 MB source codes (boost 1.42.0) into my project repository just for that. What more, my windows mobile project itself doesn't even reach 10% of that size!

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost