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
On Thu, Apr 17, 2025 at 3:00 PM Luc Grosheintz
wrote:
> Thank you for another excellent review!
> On 4/17/25 1:44 PM, Tomasz Kaminski wrote:
>
>
>
> On Thu, Apr 17, 2025 at 1:18 PM Luc Grosheintz
> wrote:
>
>> This implements std::extents from according to N4950 and
>> contains partial progress
On Thu, Apr 17, 2025 at 6:07 PM Luc Grosheintz
wrote:
>
> On 4/17/25 2:31 PM, Tomasz Kaminski wrote:
>
>
>
> On Thu, Apr 17, 2025 at 2:21 PM Tomasz Kaminski
> wrote:
>
>>
>>
>> On Thu, Apr 17, 2025 at 1:44 PM Tomasz Kaminski
>> wrote:
>>
>>>
>>>
>>> On Thu, Apr 17, 2025 at 1:18 PM Luc Grosheint
On 4/17/25 2:31 PM, Tomasz Kaminski wrote:
On Thu, Apr 17, 2025 at 2:21 PM Tomasz Kaminski
wrote:
On Thu, Apr 17, 2025 at 1:44 PM Tomasz Kaminski
wrote:
On Thu, Apr 17, 2025 at 1:18 PM Luc Grosheintz
wrote:
This implements std::extents from acco
Thank you for another excellent review!
On 4/17/25 1:44 PM, Tomasz Kaminski wrote:
On Thu, Apr 17, 2025 at 1:18 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
On Thu, Apr 17, 2025 at 1:44 PM Tomasz Kaminski wrote:
>
>
> On Thu, Apr 17, 2025 at 1:18 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 st
On Thu, Apr 17, 2025 at 2:21 PM Tomasz Kaminski wrote:
>
>
> On Thu, Apr 17, 2025 at 1:44 PM Tomasz Kaminski
> wrote:
>
>>
>>
>> On Thu, Apr 17, 2025 at 1:18 PM Luc Grosheintz
>> wrote:
>>
>>> This implements std::extents from according to N4950 and
>>> contains partial progress towards PR1077
On Thu, Apr 17, 2025 at 1:18 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.