mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
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