Re: [PATCH] Split std::align/assume_aligned to bits/align.h

2020-09-09 Thread Jonathan Wakely via Gcc-patches
On 09/09/20 17:38 -0700, Thomas Rodgers wrote: We would like to be able to use these things without having to pull in the whole of . * include/Makefile.am (bits_headers): Add new header. * include/Makefile.in: Regenerate. * include/bits/align.h: New file. * include/s

[PATCH] Split std::align/assume_aligned to bits/align.h

2020-09-09 Thread Thomas Rodgers
We would like to be able to use these things without having to pull in the whole of . * include/Makefile.am (bits_headers): Add new header. * include/Makefile.in: Regenerate. * include/bits/align.h: New file. * include/std/memory (align): Move definition to bits/ali