Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022
authorMarshall Clow <mclow.lists@gmail.com>
Fri, 24 Mar 2017 05:45:39 +0000 (05:45 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Fri, 24 Mar 2017 05:45:39 +0000 (05:45 +0000)
commitc97d8aa86650ed795bf75a7dd735ecfaef3b8f55
treed6ea6f94a2783b4cbb282d8ea1efb21268544733
parent059b98e044873f7c7e56f2caa654281279d8d060
Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022

llvm-svn: 298689
21 files changed:
libcxx/include/cstddef
libcxx/include/type_traits
libcxx/test/std/language.support/support.types/byte.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/and.assign.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/and.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/lshift.assign.fail.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/lshift.assign.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/lshift.fail.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/lshift.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/not.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/or.assign.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/or.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/rshift.assign.fail.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/rshift.assign.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/rshift.fail.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/rshift.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/to_integer.fail.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/xor.assign.pass.cpp [new file with mode: 0644]
libcxx/test/std/language.support/support.types/byteops/xor.pass.cpp [new file with mode: 0644]
libcxx/www/cxx1z_status.html