[libcxx-commits] [PATCH] D91004: [libc++] Implements concept destructible

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 9 13:49:08 PST 2020


ldionne added a comment.

In D91004#2383512 <https://reviews.llvm.org/D91004#2383512>, @miscco wrote:

> One last ask for @ldionne, currently MSVC`s internal test runner seems to require int main() even in compile only tests, as it not yet understands compileonly tests. For the sake ofcompatibility could we for now include `int main() {}` to enable cross vendor compatibility.

Yeah, I think it's OK to keep `main()` in that case. It certainly won't hurt.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91004/new/

https://reviews.llvm.org/D91004



More information about the libcxx-commits mailing list