Re: [Cppcms-users] which boost library to use? Re: missing cppcms_boost/bind.hpp
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-10-28 11:41:55
|
> Ooops! Sorry. I forgot to unpack cppcms_boost.tar.bz2 > > I am not updating the wiki, because I don't know what to put: > in which cases would the external boost be used? > What are the advantages/disadvantages of using the internal boost library? > I am using boost anyway, so I may as well use the external library: what is > the minimum install of boost and what cmake or make flags do I need to add to > use the external boost libs? Yo don't use external boost as it make break binary compatibility of CppCMS. You use only internal one and slowly it is going to vanish. The ifdef is just a reminders of old code that wasn't clean up. Artyom |