Boost 1.53 smart pointer changes
Posted: Sun Mar 03, 2013 10:25 am
due to boost changes using RCF with 1.53 lead to following errors during build..
1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): error C2039: 'shared_static_cast' : is not a member of 'boost'
1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): error C2065: 'shared_static_cast' : undeclared identifier
1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): error C2275: 'RCF::SspiFilter' : illegal use of this type as an expression
1> e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\include\rcf\sspifilter.hpp(85) : see declaration of 'RCF::SspiFilter'
1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): error C2039: 'shared_static_cast' : is not a member of 'boost'
1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): error C2065: 'shared_static_cast' : undeclared identifier
1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): error C2275: 'RCF::SspiFilter' : illegal use of this type as an expression
1> e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\include\rcf\sspifilter.hpp(85) : see declaration of 'RCF::SspiFilter'