error: ‘class tbb::interface10::concurrent_set’ has no member named ‘erase’ m_topLevel_complete_free.erase(m_vtxs[_f]);
解决方案,将erase换成
unsafe_erase
文档:concurrent_set — oneAPI Specification 1.0-rev-3 documentation
error: ‘class tbb::interface10::concurrent_set’ has no member named ‘erase’ m_topLevel_complete_free.erase(m_vtxs[_f]);
解决方案,将erase换成
unsafe_erase
文档:concurrent_set — oneAPI Specification 1.0-rev-3 documentation
微信扫码登录