You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: