dir.cc
9.65 KB
-
PR libstdc++/67747 use readdir instead of readdir_r · 7b65155f
PR libstdc++/67747 * src/filesystem/dir.cc (native_readdir): Remove. (_Dir::advance): Use readdir instead of native_readdir. (recursive_directory_iterator(const path&, directory_options, error_code*)): Use swap instead of reset. From-SVN: r228404
Jonathan Wakely committed