diff options
author | vadim-xd <vadim-xd@yandex-team.com> | 2025-03-20 00:58:30 +0300 |
---|---|---|
committer | vadim-xd <vadim-xd@yandex-team.com> | 2025-03-20 01:13:21 +0300 |
commit | fcc42be494ac081a3dfdb7adf2648571f5762b37 (patch) | |
tree | 2f673875e8a7236017ebcfdf8607e42fdcfeaf38 /contrib/python/matplotlib-inline/matplotlib_inline | |
parent | d3a5c8ad7bfee392001360b136fa550ed8a25819 (diff) | |
download | ydb-fcc42be494ac081a3dfdb7adf2648571f5762b37.tar.gz |
Fix Y_LIFETIMEBOUND placement in TArrayRef ctor
Detected by clang 20
```cpp
struct TFoo {
const int X[10];
};
void Foo() {
TArrayRef<const int> a{TFoo{}.X}; // error
}
```
commit_hash:299f849c2d3cc640866eee3ff82be37f624ac70d
Diffstat (limited to 'contrib/python/matplotlib-inline/matplotlib_inline')
0 files changed, 0 insertions, 0 deletions