[PATCH] D26903: [libcxx] Add <variant> tests (but not implementation)
Casey Carter via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 20 18:41:19 PST 2016
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
More information about the cfe-commits
mailing list