Fixes a warning about a potentially unsupported template argument deduction by explicitly specifying the template type in std::lock_guard.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D138961
[clang-doc] Fix warnings about lock_guard. brettw on Nov 29 2022, 4:44 PM. Authored by
Details
Fixes a warning about a potentially unsupported template argument deduction by explicitly specifying the template type in std::lock_guard.
Diff Detail
|