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

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 9 10:52:22 PST 2020


miscco added a comment.

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.

I would be happy to clean that up once it MSVC fixes their side


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

https://reviews.llvm.org/D91004



More information about the libcxx-commits mailing list