This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/48255] default constructor with argument INT


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

--- Comment #2 from Lisp2D <lisp2d at lisp2d dot net> 2011-03-23 16:15:14 UTC ---
found silent conversion

class A have

explicit A(std::complex<long double>const& x);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]