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:
parent
e1cef53f91
commit
607ab9429f
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user