Re: [patch] libstdc++/71004 fix recursive_directory_iterator default constructor

2016-05-09 Thread Jonathan Wakely
On 09/05/16 11:09 +0100, Jonathan Wakely wrote: This fixes some uninitialized members in the filesystem::recursive_directory_iterator default constructor. Tested x86_64-linux, committed to trunk. Backports to follow soon. Oops, I think I need more caffeine. The new function I added to the test

[patch] libstdc++/71004 fix recursive_directory_iterator default constructor

2016-05-09 Thread Jonathan Wakely
This fixes some uninitialized members in the filesystem::recursive_directory_iterator default constructor. Tested x86_64-linux, committed to trunk. Backports to follow soon. commit 2b1c32ec504886625dae53274b14f86e2082a636 Author: Jonathan Wakely Date: Mon May 9 11:01:59 2016 +0100 libst