On 04/09/2010 03:16 PM, Jonathan Wakely wrote:
Is<cassert>  the only C++ header that causes a problem?

<cassert>  is exactly equivalent to<assert.h>  because it only declares
macros, which are not in namespace std anyway.

So if that's the only problem, using<assert.h>  instead of<cassert>
would solve it.

No, we also use <type_traits>, so avoiding the C wrapper headers
doesn't really help.


r~

Reply via email to