1.. title:: clang-tidy - google-build-explicit-make-pair
2
3google-build-explicit-make-pair
4===============================
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 are
9specified explicitly, and such use isn't intended in any case.
10
11Corresponding cpplint.py check name: `build/explicit_make_pair`.
12