In article <[EMAIL PROTECTED]> you 
wrote:

>>Nevertheless it's clean coding style to initialize the stuff explicitly
> IMHO.

> For what it's worth, I strongly disagree.  It gets particularly cumbersome
> when the static is some big struct or array.

For large structures this maybe the case, yes. But even there you either
already use some sort of constructors or at least just can initialize it with
a memcpy(ptr, 0, sizeof(ptr)) explicitly.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to