Skip to content

Add ipr::input::SourceFile#307

Merged
GabrielDosReis merged 1 commit intomainfrom
gdr/prep-input-source
May 3, 2025
Merged

Add ipr::input::SourceFile#307
GabrielDosReis merged 1 commit intomainfrom
gdr/prep-input-source

Conversation

@GabrielDosReis
Copy link
Copy Markdown
Owner

The data type ipr::input::SourceFile abstracts away the ceremonies of memory mapping an input source file into memory as a sequence of raw bytes.

The data type `ipr::input::SourceFile` abstracts away the ceremonies of memory mapping an input source file into memory as a sequence of raw bytes.
#endif
}

SourceFile::SourceFile(SourceFile&& src) : view{src.view}

Check warning

Code scanning / PREfast

This kind of function should not throw. Declare it 'noexcept' (f.6). Warning

This kind of function should not throw. Declare it 'noexcept' (f.6).
@GabrielDosReis GabrielDosReis merged commit 3893a24 into main May 3, 2025
8 checks passed
@GabrielDosReis GabrielDosReis deleted the gdr/prep-input-source branch May 3, 2025 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants