diff options
Diffstat (limited to 'clang-tools-extra/docs/clang-tidy')
-rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/google-build-explicit-make-pair.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/google-build-explicit-make-pair.rst b/clang-tools-extra/docs/clang-tidy/checks/google-build-explicit-make-pair.rst index 2bdd506fdf1..7edcb0d7897 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/google-build-explicit-make-pair.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/google-build-explicit-make-pair.rst @@ -1,7 +1,6 @@ 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 |