C++ Logo

std-proposals

Advanced search

Re: [std-proposals] New intrinsic type -- prvalue

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Sun, 19 Oct 2025 22:27:27 +0000
On Sun, Oct 19, 2025 at 10:24 PM Frederick Virchanza Gotham wrote:
>
> string CompilerGenerated000(void)
> {
> SomeLibraryFunction( 8, 34.4 );
> }


    return SomeLibraryFunction( 8, 34.4 );

Received on 2025-10-19 22:27:54