On 06/06/2017 03:07 PM, Jonathan Wakely wrote:
This fixes class template argument deduction so that cv-qualifiers are
not ignored.
Bootstrapped and tested powerpc64le-linux. OK for trunk?
PR c++/80990
* pt.c (do_class_deduction): Build qualified type.
ok
--
Nathan Sidwell
This fixes class template argument deduction so that cv-qualifiers are
not ignored.
Bootstrapped and tested powerpc64le-linux. OK for trunk?
PR c++/80990
* pt.c (do_class_deduction): Build qualified type.
commit 1a81d74fa9cf32cb33580cc4a5e9a7c5868ce32b
Author: Jonathan Wakely
D