search for: glibcxx_concept_checks

Displaying 1 result from an estimated 1 matches for "glibcxx_concept_checks".

2008 Oct 15
1
[LLVMdev] MINGW Compiler error.
LLVM is not currently concept-check clean. Your MinGW is apparently configured with --enable-concept-checks, or something in your toolchain is causing -D_GLIBCXX_CONCEPT_CHECKS to be added to the build, and LLVM currently cannot be built this way. The errors you've posted so far are just the beginning; there are many more errors after them. Some widely-used idioms within LLVM violate standard concept requirements; fixing these will require some broad changes. Dan O...