Re: [Cppcms-users] feedback after testing cppcms svn trunk compiled with msvc2005
Brought to you by:
artyom-beilis
From: Cristian O. <one...@gm...> - 2011-01-20 14:11:38
|
On Thu, Jan 20, 2011 at 4:08 PM, Artyom <art...@ya...> wrote: >> >> 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 Great then :) sorry for the misunderstanding. Regards, Cristian |