[Bug c++/65300] New: If one more constructor is defined, default params on using not passed from parent class

2015-03-03 Thread webmatematika at hotmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: webmatematika at hotmail dot com Created attachment 34937 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34937action=edit gcc t.cpp --std=c++11 I am

[Bug c++/65300] If one more constructor is defined, default params on using not passed from parent class

2015-03-03 Thread webmatematika at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65300 --- Comment #4 from webmatematika at hotmail dot com --- Thanks for time and explanation.

[Bug c++/65291] New: protected using constructor default arguments not recognized

2015-03-02 Thread webmatematika at hotmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: webmatematika at hotmail dot com Created attachment 34931 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34931action=edit Classes A and B, and main file c.cpp using A::A in class B

[Bug c++/65291] protected using constructor default arguments not recognized

2015-03-02 Thread webmatematika at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65291 --- Comment #1 from webmatematika at hotmail dot com --- Here is compile error output: (I added in c.cpp line 4 public: in class C) voja@vojaws:~/coding$ gcc c.cpp -std=c++11 c.cpp: In constructor ‘C::C()’: c.cpp:5:11: error: no matching