diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-30 13:19:42 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-30 13:19:42 +0000 |
commit | 880e5f0aa869c9ac0d49efb7ec8ee98fe351cd1b (patch) | |
tree | 81445c7f0d90fb10d674185467ee2ecb9d979633 | |
parent | Don't move implicit rvalue ref (diff) | |
download | netfs-gitfs-880e5f0aa869c9ac0d49efb7ec8ee98fe351cd1b.tar.bz2 netfs-gitfs-880e5f0aa869c9ac0d49efb7ec8ee98fe351cd1b.tar.xz netfs-gitfs-880e5f0aa869c9ac0d49efb7ec8ee98fe351cd1b.zip |
Disable named parameter check
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 86bb2a8..190d4de 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -23,6 +23,7 @@ project <toolset>tidy:<checkxx>hicpp-* <toolset>tidy:<xcheckxx>hicpp-vararg <toolset>tidy:<xcheckxx>hicpp-signed-bitwise + <toolset>tidy:<xcheckxx>hicpp-named-parameter <toolset>tidy:<checkxx>performance-* ; |