boost smart pointers and BOOST_NO_MEMBER_TEMPLATES
Posted
by Johann Gerell
on Stack Overflow
See other posts from Stack Overflow
or by Johann Gerell
Published on 2010-03-26T09:32:34Z
Indexed on
2010/03/26
20:53 UTC
Read the original article
Hit count: 412
After some struggling I managed to get boost smart pointers to build for Windows CE/Mobile at warning level 4.
I found the least-resistance-way to get rid of compile errors and warnings to be
#define BOOST_NO_MEMBER_TEMPLATES
What does it actually mean? Did I sell my soul to the devil? Will all hell break loose when I actually use the types?
© Stack Overflow or respective owner