[Issue 8928] Poor error message for derived class without constructor

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 1 22:48:04 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8928



--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-11-01 22:48:02 PDT ---
(In reply to comment #2)
> "Synthesized?" That's a very odd choice of words, and actually, I'd argue that
> it's outright incorrect. 

It's standard terminology, you can look up the C++ reference manual if you
wish.

Here's a sample g++ error when the compiler implicitly generates a method:

/usr/include/c++/4.4/iosfwd:56: note: synthesized method ‘std::basic_ios >&
std::basic_ios >::operator=(const std::basic_ios >&)’ first required here

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list