commit | 1f21000902ae51f79af6a291e3a4b0660bbca08d | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Thu Dec 24 21:11:45 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Thu Dec 24 21:11:45 2009 +0000 |
tree | 0308ff750caf6543c67a4675fb09b32b04276e20 | |
parent | 33636e66c7a7744b044117d904fb08e0abcc6bb2 [diff] |
Define the new operator<< for sets into namespace std, so that argument-dependent lookup can find it. This is another case where an LLVM bug (not making operator<< visible) was masked by a GCC bug (looking in the global namespace when it shouldn't). llvm-svn: 92144