JeffersonLab / qdp-jit

Other
3 stars 7 forks source link

fconcepts vuild issue GCC 9 #27

Open nicolin opened 2 months ago

nicolin commented 2 months ago

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;