r253896 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Oct 19 13:57:00 GMT 2017


Author: redi
Date: Thu Oct 19 13:57:06 2017
New Revision: 253896

URL: https://gcc.gnu.org/viewcvs?rev=253896&root=gcc&view=rev
Log:
Fix path::iterator post-increment and post-decrement

	* include/experimental/bits/fs_path.h (path::iterator++(int))
	(path::iterator--(int)): Fix for paths with only one component.
	* testsuite/experimental/filesystem/path/itr/traversal.cc: Test
	post-increment and post-decrement.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/experimental/bits/fs_path.h
    trunk/libstdc++-v3/testsuite/experimental/filesystem/path/itr/traversal.cc



More information about the Libstdc++-cvs mailing list