LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 43034 - Missing _VSTD for merge call
Summary: Missing _VSTD for merge call
Status: RESOLVED FIXED
Alias: None
Product: libc++
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC All
: P enhancement
Assignee: Unassigned Clang Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-18 13:06 PDT by Denis Yaroshevskiy
Modified: 2019-08-20 15:24 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Yaroshevskiy 2019-08-18 13:06:24 PDT
Link: https://github.com/llvm-mirror/libcxx/blob/52ba46bf85151fa3cbd444e8d7948a40f28f25ac/include/algorithm#L4385

merge should be probably called with _VSTD:: to avoid ADL issues
Comment 1 Marshall Clow (home) 2019-08-20 15:24:00 PDT
Fixed in revision 369463.
Thanks for the bug report!