2015-12-23 01:36:49 +08:00
|
|
|
.. title:: clang-tidy - google-build-explicit-make-pair
|
|
|
|
|
2015-08-28 02:10:07 +08:00
|
|
|
google-build-explicit-make-pair
|
|
|
|
===============================
|
|
|
|
|
|
|
|
Check that ``make_pair``'s template arguments are deduced.
|
|
|
|
|
|
|
|
G++ 4.6 in C++11 mode fails badly if ``make_pair``'s template arguments are
|
|
|
|
specified explicitly, and such use isn't intended in any case.
|
|
|
|
|
2016-04-02 09:07:18 +08:00
|
|
|
Corresponding cpplint.py check name: `build/explicit_make_pair`.
|