[libcxx-commits] [PATCH] D70221: [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 13 22:52:51 PST 2019


curdeius created this revision.
curdeius added reviewers: mclow.lists, ldionne, EricWF.
Herald added subscribers: libcxx-commits, dexonsmith, christof.
Herald added a project: libc++.
curdeius retitled this revision from "P1612 Add missing feature-test macro for __cpp_lib_endian." to "[libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.".

endian has already been relocated from <type_traits> to <bit> in rL366776 <https://reviews.llvm.org/rL366776>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70221

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/include/version
  libcxx/test/std/language.support/support.limits/support.limits.general/bit.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py
  libcxx/www/cxx2a_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70221.229231.patch
Type: text/x-patch
Size: 8080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191114/a050ce75/attachment.bin>


More information about the libcxx-commits mailing list