On Wed, 30 Apr 2025 at 09:55, Luc Grosheintz wrote:
> On 4/30/25 4:37 AM, Tomasz Kaminski wrote:
> > On Tue, Apr 29, 2025 at 11:52 PM Jonathan Wakely wrote:
> >> On Tue, 29 Apr 2025 at 14:55, Tomasz Kaminski wrote:
> >>> On Tue, Apr 29, 2025 at 2:55 PM Luc Grosheintz
> >> wrote:
> + t
On 4/30/25 4:37 AM, Tomasz Kaminski wrote:
On Tue, Apr 29, 2025 at 11:52 PM Jonathan Wakely wrote:
On Tue, 29 Apr 2025 at 14:55, Tomasz Kaminski wrote:
On Tue, Apr 29, 2025 at 2:55 PM Luc Grosheintz
wrote:
This implements std::extents from according to N4950 and
contains partial p
On Tue, Apr 29, 2025 at 11:52 PM Jonathan Wakely wrote:
> On Tue, 29 Apr 2025 at 14:55, Tomasz Kaminski wrote:
> >
> >
> >
> > On Tue, Apr 29, 2025 at 2:55 PM Luc Grosheintz
> wrote:
> >>
> >> This implements std::extents from according to N4950 and
> >> contains partial progress towards PR107
On Tue, 29 Apr 2025 at 14:55, Tomasz Kaminski wrote:
>
>
>
> On Tue, Apr 29, 2025 at 2:55 PM Luc Grosheintz
> wrote:
>>
>> This implements std::extents from according to N4950 and
>> contains partial progress towards PR107761.
>>
>> If an extent changes its type, there's a precondition in the s
On Tue, Apr 29, 2025 at 2:55 PM Luc Grosheintz
wrote:
> This implements std::extents from according to N4950 and
> contains partial progress towards PR107761.
>
> If an extent changes its type, there's a precondition in the standard,
> that the value is representable in the target integer type.
On Tue, 29 Apr 2025 at 13:54, Luc Grosheintz wrote:
>
> This implements std::extents from according to N4950 and
> contains partial progress towards PR107761.
>
> If an extent changes its type, there's a precondition in the standard,
> that the value is representable in the target integer type. T
On Tue, 29 Apr 2025 at 13:54, Luc Grosheintz wrote:
>
> This implements std::extents from according to N4950 and
> contains partial progress towards PR107761.
>
> If an extent changes its type, there's a precondition in the standard,
> that the value is representable in the target integer type. T
This implements std::extents from according to N4950 and
contains partial progress towards PR107761.
If an extent changes its type, there's a precondition in the standard,
that the value is representable in the target integer type. This
precondition is not checked at runtime.
The precondition fo