summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-12-10 19:28:40 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2020-12-10 19:28:40 +0000
commitef7d059aadee7f679f2b858a9511388373e02b78 (patch)
tree1a7f23bc4b5b315454ebc97fe3e8506fb89f0dc0 /Jamroot.jam
parentConst test variables (diff)
downloadlibdbpp-ef7d059aadee7f679f2b858a9511388373e02b78.tar.bz2
libdbpp-ef7d059aadee7f679f2b858a9511388373e02b78.tar.xz
libdbpp-ef7d059aadee7f679f2b858a9511388373e02b78.zip
Disable named parameter check
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam1
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-*
;