<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:cubbimew@gmail.com" title="Sergey Zubkov <cubbimew@gmail.com>"> <span class="fn">Sergey Zubkov</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - no zero initialization in value initialization"
   href="http://llvm.org/bugs/show_bug.cgi?id=19779">bug 19779</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>cubbimew@gmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>INVALID
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - no zero initialization in value initialization"
   href="http://llvm.org/bugs/show_bug.cgi?id=19779#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - no zero initialization in value initialization"
   href="http://llvm.org/bugs/show_bug.cgi?id=19779">bug 19779</a>
              from <span class="vcard"><a class="email" href="mailto:cubbimew@gmail.com" title="Sergey Zubkov <cubbimew@gmail.com>"> <span class="fn">Sergey Zubkov</span></a>
</span></b>
        <pre>The comment above is incorrect: the syntax B{} does not perform aggregate
initialization: it performs value-initialization of B, per C++11's 8.5.4/3:
"If the initializer list has no elements and T is a class type with a default
constructor, the object is value-initialized."</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>