result icon indicating copy to clipboard operation
result copied to clipboard

`namespace concept` causes build failure with LLVM 10 and C++20 concepts

Open willowell opened this issue 5 years ago • 0 comments

namespace concept is invalid in C++20-enabled compilers because concept is then a keyword.

willowell avatar May 09 '20 18:05 willowell