Skip to content

Avoid disable all tests for fast_io::vector#1271

Merged
trcrsired merged 8 commits intocppfastio:nextfrom
SekaiArendelle:fix-vector
Apr 10, 2026
Merged

Avoid disable all tests for fast_io::vector#1271
trcrsired merged 8 commits intocppfastio:nextfrom
SekaiArendelle:fix-vector

Conversation

@SekaiArendelle
Copy link
Copy Markdown

No description provided.

- which matches production situation better.
- fix test vector/reserve.cc
@trcrsired
Copy link
Copy Markdown
Member

I just found deallocate/allocate in your code are not marked as noexcept. fast_io does not allow allocator to throw any EH. They must terminate the program

@SekaiArendelle
Copy link
Copy Markdown
Author

I just found deallocate/allocate in your code are not marked as noexcept. fast_io does not allow allocator to throw any EH. They must terminate the program

fixed. Please rvw again

@trcrsired trcrsired merged commit 3125d4a into cppfastio:next Apr 10, 2026
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