Commit af74ef9
committed
Fix clang compilation issue
Fix for build issues with homebrew clang-19
```
/opt/homebrew/Cellar/llvm/19.1.4/bin/../include/c++/v1/__memory/allocator.h:95:17: error: static assertion failed due to requirement '!is_const<const std::string>::value': std::allocator does not support const types
95 | static_assert(!is_const<_Tp>::value, "std::allocator does not support const types");
| ^~~~~~~~~~~~~~~~~~~~~
```
You can find description of the problem here: https://stackoverflow.com/questions/21365331/which-is-correct-vectorconst-string-or-const-vectorstring1 parent 7d2f643 commit af74ef9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments