Commit e5fe6e2
fix: avoid std::format width specifiers in print_help()
GCC 15 C++23 modules crash at runtime with std::format_error when using
width specifiers like {:20} or {:12}. Replace with manual string padding.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b8ea117 commit e5fe6e2
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
154 | | - | |
155 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
156 | 161 | | |
157 | 162 | | |
158 | 163 | | |
| |||
0 commit comments