janwas
4663ac0fe7
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
...
the old debug_assert always ran and tested the expression, which slows
down release builds. wrapping them in #ifndef NDEBUG is clumsy. the new
ASSERT behaves like assert and ENSURE like the old debug_assert. Let's
change any time-critical but not-super-important ENSURE to ASSERT to
speed up release builds. (already done in bits.h and unique_range.h)
This was SVN commit r9362.
2011-04-30 13:01:45 +00:00
..
2011-03-23 13:36:20 +00:00
2011-04-30 13:01:45 +00:00
2011-01-16 14:08:38 +00:00
2011-01-16 14:08:38 +00:00
2011-02-10 16:06:28 +00:00
2011-01-16 14:08:38 +00:00
2011-01-16 14:08:38 +00:00
2011-02-24 21:49:24 +00:00
2011-04-30 13:01:45 +00:00
2011-03-21 22:59:00 +00:00
2011-01-16 14:08:38 +00:00
2011-02-28 00:35:53 +00:00
2011-04-30 13:01:45 +00:00
2011-04-30 13:01:45 +00:00
2011-04-30 13:01:45 +00:00
2011-01-16 14:08:38 +00:00
2011-04-08 00:11:27 +00:00
2011-04-30 13:01:45 +00:00
2011-04-30 13:01:45 +00:00
2011-04-20 00:02:59 +00:00
2011-04-06 21:01:00 +00:00
2011-04-05 20:32:03 +00:00
2011-01-16 14:08:38 +00:00
2011-03-04 14:36:41 +00:00
2011-01-16 14:08:38 +00:00
2011-04-29 12:26:31 +00:00
2011-02-03 14:36:54 +00:00
2011-03-23 13:36:20 +00:00
2011-03-21 17:53:13 +00:00
2011-03-21 17:53:13 +00:00
2011-02-24 21:49:24 +00:00
2011-02-24 21:49:24 +00:00
2011-02-10 16:06:28 +00:00
2011-03-23 13:36:20 +00:00
2011-03-21 22:59:00 +00:00
2011-02-19 00:46:14 +00:00
2011-03-26 20:17:21 +00:00
2011-03-26 20:17:21 +00:00
2011-04-30 13:01:45 +00:00
2011-02-20 20:45:39 +00:00
2011-04-05 20:32:03 +00:00
2011-03-04 14:36:41 +00:00
2011-04-06 00:11:40 +00:00
2011-04-06 00:11:40 +00:00