http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52718
--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-29 17:06:15 UTC --- I see, thanks. Like we just error out at line #1 for: void* fun(void* a = 1); void* f2 = fun(nullptr);
paolo.carlini at oracle dot com Thu, 29 Mar 2012 10:06:51 -0700
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52718
--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-29 17:06:15 UTC --- I see, thanks. Like we just error out at line #1 for: void* fun(void* a = 1); void* f2 = fun(nullptr);