[PATCH] D51868: [libcxx] Build and test fixes for Windows

Marshall Clow via Phabricator reviews at reviews.llvm.org
Wed Sep 19 10:07:04 PDT 2018


mclow.lists added inline comments.


================
Comment at: test/support/verbose_assert.h:26
   static_assert(ST == -1, "specialization required for ST != -1");
   static void Print(Tp const&) { std::clog << "Value Not Streamable!\n"; }
 };
----------------
> The renaming is to clarify that an `stderr` stream is being selected.
And yet, there is `clog`, right there.



https://reviews.llvm.org/D51868





More information about the libcxx-commits mailing list