> That's not the issue - the issue is that if you declare something const
> the compiler can assume it doesn't change over the function call. If it
> does, then things can break.

No, because "noalias" was removed from the standard.

You're correct if I declare an object to be const, but the compiler
cannot make any assumptions about "const TYPE *" because there may be
multiple pointers.
        /r$
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to