aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-10-28 18:47:57 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2016-10-28 18:47:57 +0100
commitfcfceb1afb7bf5cdebb2c52cf71b3d7dc21f11a8 (patch)
treebf189b03e79aee28cb2dda0d3e4961483ad9930d /libstdc++-v3/ChangeLog
parent52e1b91e7156bff9cfdb553eabb4acfb64ecaec6 (diff)
downloadgcc-fcfceb1afb7bf5cdebb2c52cf71b3d7dc21f11a8.zip
gcc-fcfceb1afb7bf5cdebb2c52cf71b3d7dc21f11a8.tar.gz
gcc-fcfceb1afb7bf5cdebb2c52cf71b3d7dc21f11a8.tar.bz2
Fix filesystem::path for iterators with const value_type
* include/experimental/bits/fs_path.h (path::_S_convert<_Iter>(_Iter, _Iter)): Remove cv-qualifiers from iterator's value_type. (path::_S_convert<_Iter>(_Iter __first, __null_terminated)): Likewise. Do not use operation not supported by input iterators. (path::__is_path_iter_src): Add partial specialization for const encoded character types. * testsuite/experimental/filesystem/path/construct/range.cc: Test construction from input iterators with const value types. From-SVN: r241654
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 61afd6b..37f7455 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,15 @@
2016-10-28 Jonathan Wakely <jwakely@redhat.com>
+ * include/experimental/bits/fs_path.h
+ (path::_S_convert<_Iter>(_Iter, _Iter)): Remove cv-qualifiers from
+ iterator's value_type.
+ (path::_S_convert<_Iter>(_Iter __first, __null_terminated)): Likewise.
+ Do not use operation not supported by input iterators.
+ (path::__is_path_iter_src): Add partial specialization for const
+ encoded character types.
+ * testsuite/experimental/filesystem/path/construct/range.cc: Test
+ construction from input iterators with const value types.
+
* doc/xml/manual/status_cxx2017.xml: Update status.
* doc/html/*: Regenerate.
* include/std/type_traits (has_unique_object_representations): Guard