Project

General

Profile

Actions

Defect #630

closed

Failed to build version 0.0.37 using clang-15

Added by Florian Negele over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
% Done:

100%


Description

I try to build ecs in android termux environment (clang-15), but failed:

~/ecs $ make all
In file included from cdopt.cpp:22:
In file included from ./cdgenerator.hpp:22:
./code.hpp:206:25: fatal error: use of class template 'TypeModel' requires template arguments
using Value = typename TypeModel::Value;
^
./code.hpp:134:19: note: template is declared here
struct ECS::Code::TypeModel : Type
^
1 error generated.
make: *** [makefile:668: tools/cdopt.o] Error 1


Files

clang15.patch (1.46 KB) clang15.patch Florian Negele, 11 January 2023 13:59
Actions

Also available in: Atom PDF