GCC-TM dependency build

Richard Henderson rth@redhat.com
Mon Apr 12 18:28:00 GMT 2010


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~



More information about the Gcc mailing list