On Fri, Aug 10, 2012 at 7:32 PM, Mohsen Pahlevanzadeh
<mohsen@pahlevanzadeh.org> wrote:
Dear Joel and list,
I'm newbie in boost and just have been started.
first thing that i used, was `lexical_cast` , So now i need to signal
slot in iOS and Android, Do you know about multi platform it?
Signals (and signals2 i presume) is one of the libraries that need some linking.
So you just need to compile boost.
Then add linking instructions for the boost libraries that you want to use that are in the list of the first link.
Joel Lamotte