Use explicit std:: qualification to avoid relying on Koenig lookup, which
authorChris Lattner <sabre@nondot.org>
Wed, 13 Oct 2004 15:11:23 +0000 (15:11 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Oct 2004 15:11:23 +0000 (15:11 +0000)
commitfbb719c7f026525d54a8332ef66c7514a0cf2383
tree8438d8fc8e4c1e2bfe7774522dd615f34783c7ce
parentc87b1db927226400e6ee4e1eeb050a6b24c34a96
Use explicit std:: qualification to avoid relying on Koenig lookup, which
VC++ does not do properly.  Thanks to Morten Ofstad for the patch!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16955 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SetVector.h