Re: [Issue 8063] Purity of assert's second parameter

2012-05-08 Thread Nicolas Sicard
--- Comment #1 from bearophile_h...@eml.cc 2012-05-08 04:12:12 PDT --- (In reply to comment #0) Calling impure functions in the second parameter of an assert statement within the body of a pure pure is an error, even in release mode. This is good. Since it is allowed to call impure

Re: [Issue 8063] Purity of assert's second parameter

2012-05-08 Thread Jonathan M Davis
On Tuesday, May 08, 2012 15:08:42 Nicolas Sicard wrote: --- Comment #1 from bearophile_h...@eml.cc 2012-05-08 04:12:12 PDT --- (In reply to comment #0) Calling impure functions in the second parameter of an assert statement within the body of a pure pure is an error, even in release