My compiler is GCC 9 and I have disabled the C++20 features flag. However it still tries to build the concepts, is there somewhere I can pass -fconcepts .
thanks
qdp-jit/lib/../include/qdp_sum.h:198:24: error: ‘concept’ does not name a type; did you mean ‘concat’?
198 | template concept ConceptHasShift = HasShift::value;
My compiler is GCC 9 and I have disabled the C++20 features flag. However it still tries to build the concepts, is there somewhere I can pass -fconcepts . thanks
qdp-jit/lib/../include/qdp_sum.h:198:24: error: ‘concept’ does not name a type; did you mean ‘concat’? 198 | template concept ConceptHasShift = HasShift::value;