diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-10 19:28:40 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-10 19:28:40 +0000 |
commit | ef7d059aadee7f679f2b858a9511388373e02b78 (patch) | |
tree | 1a7f23bc4b5b315454ebc97fe3e8506fb89f0dc0 | |
parent | Const test variables (diff) | |
download | libdbpp-ef7d059aadee7f679f2b858a9511388373e02b78.tar.bz2 libdbpp-ef7d059aadee7f679f2b858a9511388373e02b78.tar.xz libdbpp-ef7d059aadee7f679f2b858a9511388373e02b78.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 9177f1e..755ccc8 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -27,6 +27,7 @@ project <toolset>tidy:<xcheckxx>modernize-use-trailing-return-type <toolset>tidy:<xcheckxx>misc-non-private-member-variables-in-classes <toolset>tidy:<checkxx>hicpp-* + <toolset>tidy:<xcheckxx>hicpp-named-parameter <toolset>tidy:<checkxx>performance-* ; |