Re: [Cppcms-users] feedback after testing cppcms svn trunk compiled with msvc2005
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2011-01-20 14:08:12
|
> > Then I'm back to my original question: Can I use boost with my > application if cppcms uses another version of boost internally? > From > what you have said "It is quite easy to show how programs using > different versions of boost::regex in same code base crash." I get > that *NO* I can't. But in the same time you say that cppcms should not > be compiled against an external boost so how could I use boost > together with cppcms in my application? > Ok, now I understand what you ask. Of course you can! The internal boost is placed in "cppcms_boost" namespace so it would not collide with any other version of boost you use, this is the idea. Artyom |