Add a missing _VSTD:: before a call to merge. Fixes PR43034. Checked the rest of...
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 20 Aug 2019 22:23:35 +0000 (22:23 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 20 Aug 2019 22:23:35 +0000 (22:23 +0000)
commit4f41779cca7d9a14fdf273d0dd3e056bbb0d1320
tree13778b9bbf01c903c463e82e59a4da96a254254b
parent89463fcfc715ad3dab43a99b49565ffbae9457a1
Add a missing _VSTD:: before a call to merge. Fixes PR43034. Checked the rest of 'algorithm' looking for unqualified calls. Didn't find any.

llvm-svn: 369463
libcxx/include/algorithm