Xamarin Public Jenkins (auto-signing) 468663ddbb Imported Upstream version 6.10.0.49
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
2020-01-16 16:38:04 +00:00

12 lines
387 B
ReStructuredText

.. title:: clang-tidy - google-build-explicit-make-pair
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.
Corresponding cpplint.py check name: `build/explicit_make_pair`.