Thread: Sdk
View Single Post
  #15  
Old 05-21-2011, 01:20 AM
dcnieho dcnieho is offline
Member
 
Join Date: Feb 2011
Posts: 59
Dear Farshizzo,

I did run into some trouble. My C++ also uses boost, and I get a whole bunch of redefinition warnings for boost::any.

My version of boost (as does the current trunk version) apparently defines #define BOOST_ANY_INCLUDED instead of #define BOOST_ANY_HPP, leading to this situation.

Could you also add the other define to your custom header or is there a more appropriate way for me or you to deal with this?

Best,
Dee
Reply With Quote