Skip to content

败犬日报 2025-07-28

1. doris 3.0版本insert into select内存泄露问题(文章)

https://zhuanlan.zhihu.com/p/1933083665413441015

2. 成员函数里的 std::make_shared 不能用私有构造函数

没什么好做法,只能 std::shared_ptr<T>{new T} 了。