fs_path.h (path::_List): Use vector instead of list.
authorJonathan Wakely <jwakely@redhat.com>
Fri, 1 May 2015 19:47:55 +0000 (20:47 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 1 May 2015 19:47:55 +0000 (20:47 +0100)
commita00d74c4903b344910f1062e1746c15138c8f4b1
tree27fc9999afd8c9cdf4340b529b60b1eb0e1e7216
parentd532ea918144fc0fe34c81da78394efcff434d41
fs_path.h (path::_List): Use vector instead of list.

* include/experimental/fs_path.h (path::_List): Use vector instead of
list.
* python/libstdcxx/v6/printers.py (StdExpPathPrinter): Adapt.
* src/filesystem/path.cc: Use std::prev instead of decrementing
rvalues. Fix whitespace.
* testsuite/experimental/filesystem/path/decompose/parent_path.cc:
Do not decrement iterators before begin.

From-SVN: r222702
libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/fs_path.h
libstdc++-v3/python/libstdcxx/v6/printers.py
libstdc++-v3/src/filesystem/path.cc
libstdc++-v3/testsuite/experimental/filesystem/path/decompose/parent_path.cc