godlikepanos / anki-3d-engine

AnKi 3D Engine - Vulkan backend, modern renderer, scripting, physics and more

Home Page:http://www.anki3d.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compilation error#1

ksmk opened this issue · comments

commented

clang-3.6.3 compilation error
Pipeline.h:154:14:
error: non-type template argument is not a constant expression
Array<U64, m_shaders.getSize()> uuids;

note: implicit use of 'this' pointer is only allowed within the evaluation of a call to a 'constexpr' member function

Thanks for the report. The fix is in 2a9e43e