[Dune] [#1030] Bounds checking

Dune flyspray at dune-project.org
Tue Jan 24 16:09:06 CET 2012


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1030 - Bounds checking
User who did this - Elias Pipping (pipping)

----------
> I wouldn't put it into NDEBUG. 

Just to be clear: I'm not suggesting to use code of the following form:

#ifndef NDEBUG
  assert(..);
#endif

That would be pointless because assert() includes those guards by itself. See e.g. http://pubs.opengroup.org/onlinepubs/009604499/basedefs/assert.h.html and http://pubs.opengroup.org/onlinepubs/009604499/functions/assert.html for C's assert.h and assert().
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=1030#comment3102

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list