Re: [C++ Patch] Use default arguments in one more place

2015-12-16 Thread Jason Merrill
OK. Jason

[C++ Patch] Use default arguments in one more place

2015-12-16 Thread Paolo Carlini
Hi, while looking into a few small issues I noticed that we could use C++ defaults here too. Tested x86_64-linux. Thanks, Paolo. /// Index: cp-tree.h === --- cp-tree.h (revision 231672) +++ cp-tree.h (working