This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4e2173b 2016-10-21 Andris Pavenis andris.pavenis@iki.fi new e496648 LWG2707 init filesystem::path from string_type&& new d0cdffa LWG2725 Fix error reporting for filesystem::exists new 8b7e78a LWG2720 implement filesystem::perms::symlink_nofollow
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 22 ++++++ libstdc++-v3/include/experimental/bits/fs_fwd.h | 2 +- libstdc++-v3/include/experimental/bits/fs_ops.h | 19 +++-- libstdc++-v3/include/experimental/bits/fs_path.h | 14 ++++ libstdc++-v3/src/filesystem/ops.cc | 16 +++-- .../{create_directory.cc => create_symlink.cc} | 58 +++++++++++---- .../experimental/filesystem/operations/exists.cc | 49 +++++++++++++ .../filesystem/operations/permissions.cc | 84 +++++++++++++++++++++- 8 files changed, 236 insertions(+), 28 deletions(-) copy libstdc++-v3/testsuite/experimental/filesystem/operations/{create_directory.c [...]