As a note, you can force test to run in multiple/specific standard by using:
> GLIBCXX_TESTSUITE_STDS=20,23 make check
On Thu, Jul 17, 2025 at 12:57 PM Jonathan Wakely wrote:
> On Thu, 17 Jul 2025 at 11:54, Jonathan Wakely wrote:
> >
> > On Thu, 17 Jul 2025 at 11:32, Luc Grosheintz wrote:
> >
On Thu, 17 Jul 2025 at 11:54, Jonathan Wakely wrote:
>
> On Thu, 17 Jul 2025 at 11:32, Luc Grosheintz wrote:
> >
> > Thank you! This uncovered a misconception of mine, namely that
> >
> > { target c++17 }
> >
> > would automatically run on C++17 and all later versions. Which is
> > true, by ac
On Thu, 17 Jul 2025 at 11:32, Luc Grosheintz wrote:
>
> Thank you! This uncovered a misconception of mine, namely that
>
> { target c++17 }
>
> would automatically run on C++17 and all later versions. Which is
> true, by accident, for { target c++23 }. At least in my rather
> default config it
On 7/17/25 11:14, Jonathan Wakely wrote:
On Thu, 17 Jul 2025 at 10:05, Luc Grosheintz wrote:
On 7/8/25 16:56, Tomasz Kaminski wrote:
On Thu, Jul 3, 2025 at 12:36 PM Luc Grosheintz
wrote:
This commit implements and tests the function is_sufficiently_aligned
from P2897R7.
libstdc++-v3/
On Thu, 17 Jul 2025 at 10:05, Luc Grosheintz wrote:
>
>
>
> On 7/8/25 16:56, Tomasz Kaminski wrote:
> > On Thu, Jul 3, 2025 at 12:36 PM Luc Grosheintz
> > wrote:
> >
> >> This commit implements and tests the function is_sufficiently_aligned
> >> from P2897R7.
> >>
> >> libstdc++-v3/ChangeLog:
> >
On 7/8/25 16:56, Tomasz Kaminski wrote:
On Thu, Jul 3, 2025 at 12:36 PM Luc Grosheintz
wrote:
This commit implements and tests the function is_sufficiently_aligned
from P2897R7.
libstdc++-v3/ChangeLog:
* include/bits/align.h (is_sufficiently_aligned): New function.
* inc
On 7/9/25 14:43, Jonathan Wakely wrote:
On Thu, 3 Jul 2025 at 11:35, Luc Grosheintz wrote:
This commit implements and tests the function is_sufficiently_aligned
from P2897R7.
libstdc++-v3/ChangeLog:
* include/bits/align.h (is_sufficiently_aligned): New function.
* includ
On Thu, 3 Jul 2025 at 11:35, Luc Grosheintz wrote:
>
> This commit implements and tests the function is_sufficiently_aligned
> from P2897R7.
>
> libstdc++-v3/ChangeLog:
>
> * include/bits/align.h (is_sufficiently_aligned): New function.
> * include/bits/version.def (is_sufficiently
On Thu, Jul 3, 2025 at 12:36 PM Luc Grosheintz
wrote:
> This commit implements and tests the function is_sufficiently_aligned
> from P2897R7.
>
> libstdc++-v3/ChangeLog:
>
> * include/bits/align.h (is_sufficiently_aligned): New function.
> * include/bits/version.def (is_sufficient