$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] make_shared_array
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-11-02 09:18:21
>> What's the use case for default/zero initialized arrays of builtin types
>> though?
>
> Do you really never initialize your arrays?
Isn't this a case of "it depends"? Sometimes it's completely wasted cycles,
sometimes it's essential...
John.