* include/experimental/fs_path.h (path::_List): Use vector instead of
commitd1eff9deca0ca0dfd0f1482ff1dab5970c49d9d7
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 May 2015 19:47:55 +0000 (1 19:47 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 May 2015 19:47:55 +0000 (1 19:47 +0000)
tree27fc9999afd8c9cdf4340b529b60b1eb0e1e7216
parent88e33e1262ad18df484a9ba29eec468279461bf0
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222702 138bc75d-0d04-0410-961f-82ee72b054a4
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