Commit e394937
Make TLink parameter in LinksOptions configurable and reorder template parameters
This change addresses issue #116 by:
- Reordering template parameters to put TLink as the second parameter
- Removing the default value from TLinkAddress as requested in issue comments
- Updating LinksOptions template signature to match the desired format from the issue
- Updating test files to use the new parameter order
The new parameter order is:
template<TLinkAddress, TLink, TWriteHandler, TReadHandler, VConstants>
This makes LinksOptions more adjustable by users and reduces code duplication.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d644c7b commit e394937
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments