re PR libstdc++/56019 (max_align_t should be in std namespace)
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 11 Jun 2013 09:50:55 +0000 (09:50 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 11 Jun 2013 09:50:55 +0000 (09:50 +0000)
commit899e00ebb25c3cc6bf87bded44e217ce8c81ed9c
tree92a99a96ac24c2fabb5fb9ab5e056327d1e3db3c
parent77cea46edbb0b526aa04e4bee9be85103de60fb2
re PR libstdc++/56019 (max_align_t should be in std namespace)

2013-06-11  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/56019
* include/c_global/cstddef (max_align_t): Add to namespace std.
* include/c_std/cstddef: Likewise.
* testsuite/18_support/max_align_t/requirements/1.cc: New.
* testsuite/18_support/max_align_t/requirements/2.cc: Likewise.

From-SVN: r199945
libstdc++-v3/ChangeLog
libstdc++-v3/include/c_global/cstddef
libstdc++-v3/include/c_std/cstddef
libstdc++-v3/testsuite/18_support/max_align_t/requirements/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/18_support/max_align_t/requirements/2.cc [new file with mode: 0644]