Skip to content

Next#1197

Merged
trcrsired merged 2 commits into
cppfastio:nextfrom
MacroModel:next
Sep 13, 2025
Merged

Next#1197
trcrsired merged 2 commits into
cppfastio:nextfrom
MacroModel:next

Conversation

@MacroModel

Copy link
Copy Markdown
Collaborator

No description provided.

- Renamed `sys_munmap` to `sys_munmap_nothrow` to indicate it does not throw errors.
- Updated calls to `sys_munmap` in `posix_file_loader.h` to use the new `sys_munmap_nothrow` function for safer memory management.
- Changed `uninitialized_fill_n` to return `ForwardIt` instead of void for better usability.
- Updated `close` and destructor in `posix_memory_map_file` to be `constexpr` for improved compile-time evaluation.
- Added new environment string functions in Win32 API for better compatibility.
- Standardized `#pragma once` across multiple thread header files for consistency.
@trcrsired trcrsired merged commit ea602ef into cppfastio:next Sep 13, 2025
2 checks passed
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