http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58868

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> ---
type_build_ctor_call is correct to return true here: the default constructor
for Histograms is deleted in C++11 because it has a const member with no
explicit initializer.

Fixed.

Reply via email to