[Bug c++/66197] c++1z generic function wrong type for auto

2015-05-18 Thread theonetruekenny at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66197 --- Comment #1 from theonetruekenny at yahoo dot com --- This might be another symptom of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64969

[Bug c++/66197] New: c++1z generic function wrong type for auto

2015-05-18 Thread theonetruekenny at yahoo dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: theonetruekenny at yahoo dot com Target Milestone: --- https://gcc.gnu.org/ml/gcc-help/2015-05/msg00066.html #include auto add_1(auto a, auto b) { return a + b;} auto add_2 = [](auto a, auto b) { return a + b;}; int main

[Bug libstdc++/57065] New: incorrect default allocator template for debug and profile unordered_map

2013-04-24 Thread theonetruekenny at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57065 Bug #: 57065 Summary: incorrect default allocator template for debug and profile unordered_map Classification: Unclassified Product: gcc Version: 4.9.0 Stat