[Bug c++/63753] New: std::transform does not change size

2014-11-05 Thread darkdragon-001 at web dot de
++ Assignee: unassigned at gcc dot gnu.org Reporter: darkdragon-001 at web dot de When using std::transform with a OutputIterator to std::vector then the vector size is not updated (see code attached): #include #include #include using namespace std; int main() { vector v

[Bug c++/63739] New: template id needed for constructor inheritance with using keyword

2014-11-04 Thread darkdragon-001 at web dot de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: darkdragon-001 at web dot de There are problems with automatically determining the template id when inheriting constructors with using keyboard. In the following example there is only

[Bug c++/13590] [DR39] Non-existing ambiguity when inheriting through virtuals two identical using declarations.

2014-05-27 Thread darkdragon-001 at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13590 darkdragon-001 at web dot de changed: What|Removed |Added CC||darkdragon-001 at web dot