Re: [PATCH v1] libstdc++: Remove redundant parens in mdspan testsuite.

2025-07-23 Thread Tomasz Kaminski
On Mon, Jul 21, 2025 at 3:38 PM Luc Grosheintz wrote: > A recent commit improved the macro VERIFY to eliminate the need for > certain parens. This commit updates the test code in > > 23_containers/mdspan > > libstdc++-v3/ChangeLog: > > * testsuite/23_containers/mdspan/extents/ctor_ints.

[PATCH v1] libstdc++: Remove redundant parens in mdspan testsuite.

2025-07-21 Thread Luc Grosheintz
A recent commit improved the macro VERIFY to eliminate the need for certain parens. This commit updates the test code in 23_containers/mdspan libstdc++-v3/ChangeLog: * testsuite/23_containers/mdspan/extents/ctor_ints.cc: Remove superfluous parens. * testsuite/23_contain