[PATCH] D25828: Implement part of P0031; adding `constexpr` to `move_iterator`
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 20 08:31:44 PDT 2016
mclow.lists added inline comments.
================
Comment at: include/iterator:1559
struct __libcpp_is_trivial_iterator
- : public _LIBCPP_BOOL_CONSTANT(is_pointer<_Iter>::value) {};
-
+ : public _LIBCPP_BOOL_CONSTANT(is_pointer<_Iter>::value) {};
+
----------------
These changes are just getting rid of tabs.
https://reviews.llvm.org/D25828
More information about the cfe-commits
mailing list