Closed tomoyanonymous closed 3 years ago
Would it be a typo? This never caused errors with Xcode clang 11 and LLVM clang 9.0 but does with LLVM clang 10.0. Maybe because this template has not instantiated for a long time.
Also, LLVM clang 10.0 detected unnecessary comparison(to be evaluated always true). Appended fixed commit.
I think these 2 issues have already been addressed in other merges
Would it be a typo? This never caused errors with Xcode clang 11 and LLVM clang 9.0 but does with LLVM clang 10.0. Maybe because this template has not instantiated for a long time.