>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Found nothing... But a bit of googling tells me Abdelrazak> <boost/current_function.hpp>. The question is again why do Abdelrazak> we need to include that for Mac and not for other Abdelrazak> platform? Yes, this is the one you need. What happens is that boost/assert.hpp includes this when assertions are enabled. So this is not a problem of mac, but of assertions. JMarc