mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[build] Fix clang-tidy warnings (#8343)
This commit is contained in:
@@ -103,6 +103,7 @@ class StringMap : public std::map<std::string, T, std::less<>, Allocator> {
|
||||
* with
|
||||
* @param alloc allocator to use for all memory allocations of this container
|
||||
*/
|
||||
// NOLINTNEXTLINE (google-explicit-constructor)
|
||||
StringMap(std::initializer_list<value_type> init,
|
||||
const Allocator& alloc = Allocator())
|
||||
: map_type{init, alloc} {}
|
||||
|
||||
Reference in New Issue
Block a user