summaryrefslogtreecommitdiff
path: root/tests/test-stdalign-c++.cc
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* stdalign: Fix compilation error with MSVC in C++ mode.Bruno Haible2022-09-251-0/+4
| | | | | | * lib/stdalign.in.h: Treat MSVC in C++ mode like C++11 compliant compilers. * tests/test-stdalign-c++.cc: Include some other header files.
* stdalign: Add C++ tests.Bruno Haible2022-09-041-0/+28
* tests/test-stdalign-c++.cc: New file. * modules/stdalign-c++-tests: New file. * modules/stdalign-tests (Depends-on): Add stdalign-c++-tests.