| commit | f032001b6e2f297a50502fe7aa545b12afa74cf2 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Jun 20 02:18:31 2013 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Jun 20 02:18:31 2013 +0000 |
| tree | 374a944ea3fd906aeb831575b78caa6f13ac3ba8 | |
| parent | 763e591461c675dd785ba2311f9a2f1d5516a1af [diff] |
Add a workaround for a libstdc++-4.2 <tr1/hashtable> bug. This header uses return false; in a function returning a pointer. 'false' was a null pointer constant in C++98 but is not in C++11. Punch a very small hole in the initialization rules in C++11 mode to allow this specific case in system headers. llvm-svn: 184395