PR libstdc++/81076 make __byte_operand SFINAE-friendly
commit280317b9ab99c3175291892d8c89ff7be3337665
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jan 2018 15:24:39 +0000 (25 15:24 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jan 2018 15:24:39 +0000 (25 15:24 +0000)
tree26925a26a22bce5f098941619e4442132d1b364d
parentcb10829a463d888fa2a23ed98c971229622097e5
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257050 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/c_global/cstddef
libstdc++-v3/testsuite/18_support/byte/81076.cc [new file with mode: 0644]