CaseyCarter added a comment.

I'll take a look at these tomorrow; I don't have easy access to my 
implementation with the changes from P0510 and P0504 from home (it's waiting on 
a compiler bugfix to checkin).



================
Comment at: test/std/utilities/variant/variant.get/get_type.pass.cpp:18
+// template <class T, class... Types> constexpr const T& get(const 
variant<Types...>& v);
+// template <class T, class... Types> constexpr const T&& get(const 
variant<Types...>&& v); 
+
----------------
Space at end-of-line here.


https://reviews.llvm.org/D26903



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

Reply via email to