Skip to content

refactor: use static inline instead of #ifndef#1

Merged
kg68k merged 1 commit intomainfrom
refactor/avl
Mar 27, 2025
Merged

refactor: use static inline instead of #ifndef#1
kg68k merged 1 commit intomainfrom
refactor/avl

Conversation

@kg68k
Copy link
Copy Markdown
Owner

@kg68k kg68k commented Mar 27, 2025

AVLライブラリで使用していない関数を

#ifndef AVL_NO_xxx
...
#endif

としていたが煩雑なため、static inlineとして宣言するように変更。

@kg68k kg68k self-assigned this Mar 27, 2025
@kg68k kg68k merged commit a28f49b into main Mar 27, 2025
6 checks passed
@kg68k kg68k deleted the refactor/avl branch March 27, 2025 19:50
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.

1 participant