Displaying 1 result from an estimated 1 matches for "__make_pair_return".
2012 Dec 01
1
llvm / clang does not build with new libc++
...:1695:16:
error:
      no matching member function for call to 'push_back'
    ReplaceMap.push_back(std::make_pair(Ty.getAsOpaquePtr(), TC));
    ~~~~~~~~~~~^~~~~~~~~
/usr/include/c++/v1/vector:676:36: note: candidate function not viable: no
known conversion from
      'pair<typename __make_pair_return<void *>::type, typename
__make_pair_return<DIType
      &>::type>' to 'const value_type' (aka 'const std::__1::pair<void *,
llvm::WeakVH>') for 1st
      argument;
    _LIBCPP_INLINE_VISIBILITY void push_back(const_reference __x);...