1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 13:43:52 +00:00

chore(deps): pre-commit.ci autoupdate (#725)

* chore(deps): pre-commit.ci autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v13.0.1 → v14.0.1](https://github.com/pre-commit/mirrors-clang-format/compare/v13.0.1...v14.0.1)

* style: pre-commit.ci fixes

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2022-04-18 18:12:20 -04:00 committed by GitHub
parent e1cef53f91
commit 607ab9429f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v13.0.1
rev: v14.0.1
hooks:
- id: clang-format
types_or: [c++, c, cuda]

View File

@ -149,7 +149,7 @@ template <typename T, typename C> class is_direct_constructible {
#ifdef __CUDACC__
#pragma diag_suppress 2361
#endif
TT { std::declval<CC>() }
TT{std::declval<CC>()}
#ifdef __CUDACC__
#pragma diag_default 2361
#endif