Re: GCC 6: template argument deduction/substitution failed

2016-02-14 Thread Michael Schwendt
On Sun, 14 Feb 2016 13:21:23 +0100, Florian Weimer wrote: > I think this case might be a missing #include . Indeed. was not enough anymore. Thank you, Florian! -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: GCC 6: template argument deduction/substitution failed

2016-02-14 Thread Tom Hughes
On 14/02/16 11:59, Michael Schwendt wrote: Is there any helpful list of major changes in GCC 6, which may give a hint about what C++ gotchas that used to build with GCC 5 may not be valid anymore? https://gcc.gnu.org/gcc-6/porting_to.html is the main thing I think. And is there a bugzilla tr

Re: GCC 6: template argument deduction/substitution failed

2016-02-14 Thread Florian Weimer
On 02/14/2016 12:59 PM, Michael Schwendt wrote: > Is there any helpful list of major changes in GCC 6, which may give a hint > about what C++ gotchas that used to build with GCC 5 may not be valid anymore? I think this case might be a missing #include . > jack-ng.cc:259:42: error: no matching fun