Merged
Conversation
added 3 commits
April 9, 2026 10:58
Bug fixes: - Fix infinite loop in error_macros.h unregister_handler (missing ++it) - Fix std::forward syntax error in mutex.h with_lock C++20 fallback - Fix off-by-one in smallest_size.h boundary checks (< to <=) - Fix missing break in image_import_descriptor.h pe32 switch case - Fix WIN32 typo (was WIN322) in registry_key_log_entries.cpp - Fix const rvalue ref to rvalue ref on bitset_bit_allocator move ctor - Remove std::invoke_r (C++23) in atomic.h; use static_cast+std::invoke for C++20 GCC support: - Add M_HAS_GCC / M_NOINLINE / C++20/23 detection to compiler.h - Add GCC diagnostic pragmas for -Wterminate in bitset.h - Add GCC diagnostic suppression for -Wchanges-meaning in command_options.h - Add public ctor workaround for literal_string_view.h (GCC friend decl bug) Other: - Add missing includes to algorithm.h for self-containment - Fix MSVC C++23 detection threshold (202004L to 202302L) in compiler.h - Restore explicit on timer tag type default ctors in timer_base.h - Add GCC build checklist and CMake presets for Linux
fb15bd1 to
7c399fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.