mclow.lists added a comment.

This looks good to me.


================
Comment at: include/forward_list:369
@@ +368,3 @@
+    }
+    __node_pointer __get_node_unchecked() const {
+        return static_cast<__node_pointer>(
----------------
I would think about calling this `__get_node_dereferencable` or something 
similar.
When I looked at this first, I wondered "is there another call that does 
checking?"



http://reviews.llvm.org/D15836



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to