Benjamin Kietzman created ARROW-5121: ----------------------------------------
Summary: [C++] arrow::internal::make_unique conflicts std::make_unique on MSVC Key: ARROW-5121 URL: https://issues.apache.org/jira/browse/ARROW-5121 Project: Apache Arrow Issue Type: Bug Components: C++ Reporter: Benjamin Kietzman Assignee: Benjamin Kietzman MSVC appears to implement c++20 ADL, which includes function templates with explicit template arguments (previously these were not looked up through ADL): https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/23604480/job/psvu16jasktacvy2#L2097 -- This message was sent by Atlassian JIRA (v7.6.3#76005)