Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix warning:有虚函数的基类PoolAllocator需要virtual 析构函数 #597

Merged
merged 1 commit into from
Sep 28, 2018
Merged

fix warning:有虚函数的基类PoolAllocator需要virtual 析构函数 #597

merged 1 commit into from
Sep 28, 2018

Conversation

rogerou
Copy link
Contributor

@rogerou rogerou commented Sep 28, 2018

fix warning:delete called on non-final 'PoolAllocator/UnlockedPoolAllocator' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]

fix warning:delete called on non-final 'PoolAllocator/UnlockedPoolAllocator' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
@nihui nihui merged commit 80086c6 into Tencent:master Sep 28, 2018
nihui added a commit that referenced this pull request Sep 30, 2018
@nihui
Copy link
Member

nihui commented Sep 30, 2018

this commit breaks binary build for undefined reference to Allocator destructor, reverted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants