
17 Jan
2011
17 Jan
'11
5:27 p.m.
On Mon, Jan 17, 2011 at 11:57 AM, Steven Watanabe <watanabesj@gmail.com>wrote:
AMDG
Is there anything wrong with the idiom
assert(true && "This will not assert");
I've used that idiom, and sometimes is OK. But it depends too much on the compiler and platform. I'd rather get a uniform result.
--Beman