commit | 0f164c9d75c683e8714157dfb7a101d1104f6268 | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow.lists@gmail.com> | Wed Aug 07 20:48:48 2013 +0000 |
committer | Marshall Clow <mclow.lists@gmail.com> | Wed Aug 07 20:48:48 2013 +0000 |
tree | 8d121a6b798eb5f4e644549b54207281602dec87 | |
parent | 36ba399a3342eec3d5f2167dc71c073c6aef5a24 [diff] [blame] |
N3644 support for <string> and <vector> git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@187909 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/iterator b/include/iterator index 4989d8b..858510d 100644 --- a/include/iterator +++ b/include/iterator
@@ -1093,6 +1093,9 @@ iterator_type __i; public: _LIBCPP_INLINE_VISIBILITY __wrap_iter() _NOEXCEPT +#if _LIBCPP_STD_VER > 11 + : __i{} +#endif { #if _LIBCPP_DEBUG_LEVEL >= 2 __get_db()->__insert_i(this);