mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
4e91ea50a01d9d415bb7e78545329781f5f012e2
In C++03 mode evaluating the SFINAE can cause a hard error due to access control violations. This is a problem because the SFINAE is evaluated as soon as the class is instantiated, and not later. llvm-svn: 276594
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%