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
++
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
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