Add C++17 explicit deduction guides to std::pair.
This patch adds the newly standardized deduction guides for std::pair, allowing it to work class template deduction. llvm-svn: 314864
Loading
Please register or sign in to comment
This patch adds the newly standardized deduction guides for std::pair, allowing it to work class template deduction. llvm-svn: 314864