[libcxx-commits] [PATCH] D77961: WIP: Adds `std::convertible_to` to <concepts>
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 21 11:21:00 PDT 2020
zoecarver added inline comments.
================
Comment at: libcxx/test/std/concepts/lang/convertible_to.pass.cpp:13
+// template<class From, class To>
+// concept convertible_to;
+
----------------
All tests should include "test_macros.h"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77961/new/
https://reviews.llvm.org/D77961
More information about the libcxx-commits
mailing list