| commit | 01e09d9d91ac65d85cb0f4ccbcd42204cf343410 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Apr 08 18:16:15 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Apr 08 18:16:15 2010 +0000 |
| tree | 543dcdd321978f226e6562934a30127f57163e1e | |
| parent | cb45bd9cb33932e79cceaca3ba560182ba329f72 [diff] |
Introduce an egregious hack to work around a bug in libstdc++ 4.2.x's <tr1/hashtable> header, where a friend class template std::tr1::__detail::_Map_base is declared with the wrong template parameters. GCC doesn't catch the problem, so Clang does a little back-flip to avoid diagnosing just this one instance of the problem. llvm-svn: 100790