[LLVMbugs] [PATCH] missing include
Vladimir Prus
ghost at cs.msu.su
Sun May 14 22:55:19 PDT 2006
On Saturday 13 May 2006 21:51, Reid Spencer wrote:
> Patch applied. However I used #include <cassert> not #include <assert.h>
> to be more compatible with C++ standards.
Your choice. However, noted that I've intentionally used <assert.h> in favour
of <cassert>, as the former is more portable, and the latter has no practical
advantages, the only content being a macro.
Thanks for applying!
- Volodya
More information about the llvm-bugs
mailing list