diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-17 18:31:53 +0000 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-17 18:31:53 +0000 | 
| commit | 52a56d1e7d464f99904cc1f342423adc59d32aff (patch) | |
| tree | 74615bc0ba39661baee4a0c5587a482d84d50b4a | |
| parent | Use AdHoc case_less, not Slicer (diff) | |
| download | icespider-52a56d1e7d464f99904cc1f342423adc59d32aff.tar.bz2 icespider-52a56d1e7d464f99904cc1f342423adc59d32aff.tar.xz icespider-52a56d1e7d464f99904cc1f342423adc59d32aff.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 7a4718d..ebecb1e 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -26,6 +26,7 @@ project  			<toolset>tidy:<checkxx>modernize-*  			<toolset>tidy:<xcheckxx>modernize-use-trailing-return-type  			<toolset>tidy:<checkxx>hicpp-* +			<toolset>tidy:<xcheckxx>hicpp-named-parameter  			<toolset>tidy:<checkxx>performance-*  			<toolset>tidy:<exclude>common/bin/http.h  			<toolset>tidy:<exclude>common/bin/session.h  | 
