PR libstdc++/81076 make __byte_operand SFINAE-friendly
authorJonathan Wakely <redi@gcc.gnu.org>
Thu, 25 Jan 2018 15:24:39 +0000 (15:24 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 25 Jan 2018 15:24:39 +0000 (15:24 +0000)
commit58078de77b2b22bb36d28daf2a7fe79397d5f057
tree26925a26a22bce5f098941619e4442132d1b364d
parente3b18df45bd8fe4d4fa154d8f52e05ebb4a81da8
PR libstdc++/81076 make __byte_operand SFINAE-friendly

PR libstdc++/81076
* include/c_global/cstddef (__byte_operand): Define primary template.
* testsuite/18_support/byte/81076.cc: New test.

From-SVN: r257050
libstdc++-v3/ChangeLog
libstdc++-v3/include/c_global/cstddef
libstdc++-v3/testsuite/18_support/byte/81076.cc [new file with mode: 0644]