diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2013-08-07 20:48:48 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2013-08-07 20:48:48 +0000 |
| commit | 07186a7d2d1537c43d6fdaf3ec687f0667f5a952 (patch) | |
| tree | 9576ab926b3fe532be95dd721382854978616718 /libcxx/include | |
| parent | 303e27d8ce2a51a38e3924537058a9416893720a (diff) | |
| download | bcm5719-llvm-07186a7d2d1537c43d6fdaf3ec687f0667f5a952.tar.gz bcm5719-llvm-07186a7d2d1537c43d6fdaf3ec687f0667f5a952.zip | |
N3644 support for <string> and <vector>
llvm-svn: 187909
Diffstat (limited to 'libcxx/include')
| -rw-r--r-- | libcxx/include/iterator | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/include/iterator b/libcxx/include/iterator index 4989d8b7a0d..858510d1562 100644 --- a/libcxx/include/iterator +++ b/libcxx/include/iterator @@ -1093,6 +1093,9 @@ private: 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); |

