Commit 902f3af
fix(WG): bind SkipClasses config to a local before Tokenize (#170)
Acore::Tokenize returns string_views into its argument and deletes its
rvalue overloads, so passing GetOption's temporary std::string directly
fails to compile. Store it in a named local so the views stay valid.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent ad08dd7 commit 902f3af
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments