brintos

brintos / llvm-project-archived public Read only

0
0
Text · 387 B · e3e9eeb Raw
12 lines · plain
1.. title:: clang-tidy - google-build-explicit-make-pair2 3google-build-explicit-make-pair4===============================5 6Check that ``make_pair``'s template arguments are deduced.7 8G++ 4.6 in C++11 mode fails badly if ``make_pair``'s template arguments are9specified explicitly, and such use isn't intended in any case.10 11Corresponding cpplint.py check name: `build/explicit_make_pair`.12