[PATCH] D35472: Implement P0463R1: "Endian just Endian"
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 23 01:54:06 PST 2018
lebedev.ri added inline comments.
================
Comment at: test/std/utilities/meta/meta.type.synop/endian.pass.cpp:10
+
+// UNSUPPORTED: c++98, c++03, c++11, c++14, c++1z
+
----------------
c++17, not c++1z
At least grep says there are no c++1z left in the libc++ tests.
https://reviews.llvm.org/D35472
More information about the cfe-commits
mailing list